Skip to content

Commit

Permalink
Bump version: 0.9.0a3.gamma0 → 0.9.0a4.dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
mraspaud committed May 14, 2018
1 parent 8786bbb commit 8a4d74f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[bumpversion]
current_version = 0.9.0a3.gamma0
current_version = 0.9.0a4.dev0
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<pre>[a-z]+)(?P<num>\d+))?(\.(?P<release>dev)(?P<dev>\d+))?
serialize =
serialize =
{major}.{minor}.{patch}{pre}{num}.{release}{dev}
{major}.{minor}.{patch}{pre}{num}
{major}.{minor}.{patch}.{release}{dev}
Expand All @@ -13,12 +13,12 @@ serialize =

[bumpversion:part:release]
optional_value = gamma
values =
values =
dev
gamma

[bumpversion:part:dev]
values =
values =
0
1
2
Expand All @@ -28,9 +28,8 @@ optional_value = 4

[bumpversion:part:pre]
optional_value = final
values =
values =
a
b
rc
final

2 changes: 1 addition & 1 deletion satpy/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
"""Version file.
"""

__version__ = "0.9.0a3"
__version__ = "0.9.0a4.dev0"

0 comments on commit 8a4d74f

Please sign in to comment.