Skip to content

Commit

Permalink
Bump version: 0.4.1-dev1 → 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
titom73 committed Mar 24, 2022
1 parent 552b8bc commit ee95778
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
18 changes: 3 additions & 15 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,28 +1,17 @@
; Commands
; Start working on minor version:
; bumpversion --allow-dirty --list patch --dry-run
; current_version=0.5.0-dev3
; new_version=0.5.1-dev1
;
; Release a version in stable:
; bumpversion --allow-dirty release --dry-run --list
; current_version=0.5.0-dev3
; new_version=0.5.0

[bumpversion]
commit = True
tag = False
tag_message = Bump version: {current_version} → {new_version}
current_version = 0.4.0
current_version = 0.4.1
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)([-](?P<release>(dev|rc))+(?P<build>\d+))?
serialize =
serialize =
{major}.{minor}.{patch}-{release}{build}
{major}.{minor}.{patch}

[bumpversion:part:release]
first_value = dev
optional_value = prod
values =
values =
dev
prod

Expand All @@ -32,4 +21,3 @@ first_value = 1
[bumpversion:file:./eos_downloader/__init__.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'

2 changes: 1 addition & 1 deletion eos_downloader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
__author__ = '@titom73'
__email__ = 'tom@inetsix.net'
__date__ = '2022-03-16'
__version__ = '0.4.0'
__version__ = '0.4.1'

__all__ = ["CvpAuthenticationItem", "CvFeatureManager", "EOSDownloader", "ObjectDownloader", "reverse"]

Expand Down

0 comments on commit ee95778

Please sign in to comment.