Skip to content

Commit 1493976

Browse files
committed
Bump version: 0.14.2a0 → 0.15.0a0
1 parent 6999e5a commit 1493976

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.bumpversion.cfg

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
[bumpversion]
2-
current_version = 0.14.2a0
2+
current_version = 0.15.0a0
33
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-
4+
serialize =
5+
{major}.{minor}.{patch}{release}
6+
{major}.{minor}.{patch}
87
commit = True
98
tag = True
109

1110
[bumpversion:file:aiohttp/__init__.py]
1211

1312
[bumpversion:part:release]
1413
optional_value = final
15-
values =
16-
a0
17-
final
14+
values =
15+
a0
16+
final
17+

aiohttp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This relies on each of the submodules having an __all__ variable.
22

3-
__version__ = '0.14.2a0'
3+
__version__ = '0.15.0a0'
44

55

66
from . import hdrs # noqa

0 commit comments

Comments
 (0)