Skip to content

Commit a174336

Browse files
committed
Bump version: 0.14.1 → 0.14.2
1 parent cbd64a6 commit a174336

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.15.0a0
2+
current_version = 0.14.2
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+\d+))?
44
serialize =
55
{major}.{minor}.{patch}{release}

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.15.0a0'
3+
__version__ = '0.14.2'
44

55

66
from . import hdrs # noqa

0 commit comments

Comments
 (0)