We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6999e5a commit 1493976Copy full SHA for 1493976
.bumpversion.cfg
@@ -1,17 +1,17 @@
1
[bumpversion]
2
-current_version = 0.14.2a0
+current_version = 0.15.0a0
3
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+\d+))?
4
-serialize =
5
- {major}.{minor}.{patch}{release}
6
- {major}.{minor}.{patch}
7
-
+serialize =
+ {major}.{minor}.{patch}{release}
+ {major}.{minor}.{patch}
8
commit = True
9
tag = True
10
11
[bumpversion:file:aiohttp/__init__.py]
12
13
[bumpversion:part:release]
14
optional_value = final
15
-values =
16
- a0
17
- final
+values =
+ a0
+ final
+
aiohttp/__init__.py
@@ -1,6 +1,6 @@
# This relies on each of the submodules having an __all__ variable.
-__version__ = '0.14.2a0'
+__version__ = '0.15.0a0'
from . import hdrs # noqa
0 commit comments