Skip to content

Commit 1ba66ca

Browse files
committed
Release 1.3.5
1 parent aa75fbc commit 1ba66ca

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.3.5 (2022-09-25)
2+
^^^^^^^^^^^^^^^^^^
3+
4+
* Fix pool size limit check for unlimited pools `#888 <https://github.com/aio-libs/aiopg/pull/888>`_
5+
6+
17
1.3.4 (2022-06-30)
28
^^^^^^^^^^^^^^^^^^
39

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.4"
44+
__version__ = "1.3.5"
4545

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

0 commit comments

Comments
 (0)