Merge pull request #1910 from clinton-hall/bumpversion

Fixes bumpversion configuration
This commit is contained in:
Labrys of Knossos 2022-12-02 21:10:27 -05:00 committed by GitHub
commit 9307563ab8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 8 deletions

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 12.1.10
current_version = 12.1.11
commit = True
tag = False
@ -7,11 +7,6 @@ tag = False
search = version='{current_version}'
replace = version='{new_version}'
[bumpversion:file:README.md]
search = v{current_version}
replace = v{new_version}
[bumpversion:file:core/__init__.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'

View file

@ -83,7 +83,7 @@ from core.utils import (
wake_up,
)
__version__ = '12.1.10'
__version__ = '12.1.11'
# Client Agents
NZB_CLIENTS = ['sabnzbd', 'nzbget', 'manual']

View file

@ -23,7 +23,7 @@ def read(*names, **kwargs):
setup(
name='nzbToMedia',
version='12.1.10',
version='12.1.11',
license='GPLv3',
description='Efficient on demand post processing',
long_description="""