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 8f83026 commit 0b5e63cCopy full SHA for 0b5e63c
CHANGES.txt
@@ -1,3 +1,9 @@
1
+1.4.0 (2022-10-26)
2
+^^^^^^^^^^^^^^^^^^
3
+
4
+* Add python 3.11 and drop python 3.6 support` #892 <https://github.com/aio-libs/aiopg/pull/892>`_
5
6
7
1.3.5 (2022-09-25)
8
^^^^^^^^^^^^^^^^^^
9
aiopg/__init__.py
@@ -41,7 +41,7 @@
41
"Transaction",
42
)
43
44
-__version__ = "1.3.5"
+__version__ = "1.4.0"
45
46
version = f"{__version__}, Python {sys.version}"
47
0 commit comments