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 ae2617d commit 0da615cCopy full SHA for 0da615c
CHANGES.txt
@@ -1,3 +1,10 @@
1
+1.3.4b1 (2022-06-29)
2
+^^^^^^^^^^^^^^^^^^
3
+
4
+* Fix compatibility with SA 1.4.38 `#891 https://github.com/aio-libs/aiopg/pull/891`_
5
+* Add py.typed marker `#878 https://github.com/aio-libs/aiopg/pull/878`_
6
7
8
1.3.3 (2021-11-01)
9
^^^^^^^^^^^^^^^^^^
10
aiopg/__init__.py
@@ -41,7 +41,7 @@
41
"Transaction",
42
)
43
44
-__version__ = "1.3.3"
+__version__ = "1.3.4b1"
45
46
version = f"{__version__}, Python {sys.version}"
47
0 commit comments