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 cbd64a6 commit a174336Copy full SHA for a174336
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.15.0a0
+current_version = 0.14.2
3
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+\d+))?
4
serialize =
5
{major}.{minor}.{patch}{release}
aiohttp/__init__.py
@@ -1,6 +1,6 @@
# This relies on each of the submodules having an __all__ variable.
-__version__ = '0.15.0a0'
+__version__ = '0.14.2'
6
from . import hdrs # noqa
0 commit comments