Skip to content

Commit 0b5e63c

Browse files
committed
Release 1.4.0
1 parent 8f83026 commit 0b5e63c

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.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+
17
1.3.5 (2022-09-25)
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.5"
44+
__version__ = "1.4.0"
4545

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

0 commit comments

Comments
 (0)