Skip to content

Commit 1d4325c

Browse files
committed
asyncpg v0.20.1
1 parent 7be35c4 commit 1d4325c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.ci/travis-before-install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if [[ "${TRAVIS_OS_NAME}" == "linux" && "${BUILD}" == *wheels* ]]; then
2727
fi
2828
fi
2929

30-
sudo service postgresql start ${PGVERSION}
30+
sudo pg_ctlcluster ${PGVERSION} main restart
3131
fi
3232

3333
if [ "${TRAVIS_OS_NAME}" == "osx" ]; then

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ matrix:
138138
# Also use this job to publish the releases and build
139139
# the documentation.
140140
- os: linux
141-
dist: xenial
141+
dist: bionic
142142
sudo: required
143143
language: python
144144
python: "3.6"

asyncpg/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131
# snapshots will automatically include the git revision
3232
# in __version__, for example: '0.16.0.dev0+ge06ad03'
3333

34-
__version__ = '0.20.0'
34+
__version__ = '0.20.1'

0 commit comments

Comments
 (0)