Skip to content

Commit b5880d2

Browse files
authored
Release 1.1 (#764)
* Bump to 1.1.0 and fix setup.py * Add release to CHANGES.txt
1 parent f8c320e commit b5880d2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.1.0 (2020-12-10)
2+
^^^^^^^^^^^^^^^^^^
3+
4+
15
1.1.0b2 (2020-12-09)
26
^^^^^^^^^^^^^^^^^^^^
37

aiopg/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
'Connection', 'Cursor', 'Pool', 'version', 'version_info',
2222
'DEFAULT_TIMEOUT', 'IsolationLevel', 'Transaction')
2323

24-
__version__ = '1.1.0b2'
24+
__version__ = '1.1.0'
2525

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def read_changelog(path='CHANGES.txt'):
6363
python_requires='>=3.6',
6464
project_urls={
6565
'Chat: Gitter': 'https://gitter.im/aio-libs/Lobby',
66-
'CI: Travis': 'https://travis-ci.com/aio-libs/aiopg',
66+
'CI: GA': 'https://github.com/aio-libs/aiopg/actions?query=workflow%3ACI',
6767
'Coverage: codecov': 'https://codecov.io/gh/aio-libs/aiopg',
6868
'Docs: RTD': 'https://aiopg.readthedocs.io',
6969
'GitHub: issues': 'https://github.com/aio-libs/aiopg/issues',

0 commit comments

Comments
 (0)