Skip to content

Commit 0da615c

Browse files
committed
Release 1.3.4b1
1 parent ae2617d commit 0da615c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
1.3.3 (2021-11-01)
29
^^^^^^^^^^^^^^^^^^
310

aiopg/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"Transaction",
4242
)
4343

44-
__version__ = "1.3.3"
44+
__version__ = "1.3.4b1"
4545

4646
version = f"{__version__}, Python {sys.version}"
4747

0 commit comments

Comments
 (0)