Bump version to 2.1.2
All checks were successful
CI + Deploy / lint (push) Successful in 7s
CI + Deploy / test (push) Successful in 12s
CI + Deploy / deploy_to_pypi (push) Successful in 15s
CI + Deploy / deploy_to_registries (push) Successful in 33s

- Update project version to 2.1.2.
- Update pyproject.toml with the new version.
- Update README.md with a link to the CI badge.
- Modify ci.yml to deploy to PyPI after the test job.
This commit is contained in:
Roger Gonzalez 2025-05-17 15:03:41 -03:00
parent e865ebfee1
commit 0761903379
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6
3 changed files with 3 additions and 2 deletions

View File

@ -69,7 +69,7 @@ jobs:
deploy_to_registries: deploy_to_registries:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: test needs: deploy_to_pypi
if: github.ref == 'refs/heads/master' if: github.ref == 'refs/heads/master'
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3

View File

@ -7,6 +7,7 @@
[![PyPI version](https://badge.fury.io/py/subscleaner.svg)](https://badge.fury.io/py/subscleaner) [![PyPI version](https://badge.fury.io/py/subscleaner.svg)](https://badge.fury.io/py/subscleaner)
[![codecov](https://codecov.io/gl/rogs/subscleaner/graph/badge.svg?token=JDAY18ZIFZ)](https://codecov.io/gl/rogs/subscleaner) [![codecov](https://codecov.io/gl/rogs/subscleaner/graph/badge.svg?token=JDAY18ZIFZ)](https://codecov.io/gl/rogs/subscleaner)
[![docker](https://img.shields.io/badge/Docker-subscleaner-blue)](https://hub.docker.com/r/rogsme/subscleaner) [![docker](https://img.shields.io/badge/Docker-subscleaner-blue)](https://hub.docker.com/r/rogsme/subscleaner)
[![CI](https://git.rogs.me/rogs/subscleaner/actions/workflows/ci.yml/badge.svg)](https://git.rogs.me/rogs/subscleaner/actions)
Subscleaner is a Python script that removes advertisements from subtitle files. It's designed to help you enjoy your favorite shows and movies without the distraction of unwanted ads in the subtitles. Subscleaner is a Python script that removes advertisements from subtitle files. It's designed to help you enjoy your favorite shows and movies without the distraction of unwanted ads in the subtitles.

View File

@ -1,6 +1,6 @@
[project] [project]
name = "subscleaner" name = "subscleaner"
version = "2.1.1" version = "2.1.2"
description = "Remove advertisements from subtitle files" description = "Remove advertisements from subtitle files"
authors = [ authors = [
{name = "Roger Gonzalez", email = "roger@rogs.me"} {name = "Roger Gonzalez", email = "roger@rogs.me"}