Skip to content

Commit

Permalink
Release 1.1 (#764)
Browse files Browse the repository at this point in the history
* Bump to 1.1.0 and fix setup.py

* Add release to CHANGES.txt
  • Loading branch information
Pliner authored Dec 9, 2020
1 parent f8c320e commit b5880d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.1.0 (2020-12-10)
^^^^^^^^^^^^^^^^^^


1.1.0b2 (2020-12-09)
^^^^^^^^^^^^^^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion aiopg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'Connection', 'Cursor', 'Pool', 'version', 'version_info',
'DEFAULT_TIMEOUT', 'IsolationLevel', 'Transaction')

__version__ = '1.1.0b2'
__version__ = '1.1.0'

version = __version__ + ' , Python ' + sys.version

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def read_changelog(path='CHANGES.txt'):
python_requires='>=3.6',
project_urls={
'Chat: Gitter': 'https://gitter.im/aio-libs/Lobby',
'CI: Travis': 'https://travis-ci.com/aio-libs/aiopg',
'CI: GA': 'https://github.com/aio-libs/aiopg/actions?query=workflow%3ACI',
'Coverage: codecov': 'https://codecov.io/gh/aio-libs/aiopg',
'Docs: RTD': 'https://aiopg.readthedocs.io',
'GitHub: issues': 'https://github.com/aio-libs/aiopg/issues',
Expand Down

0 comments on commit b5880d2

Please sign in to comment.