diff options
author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2020-09-06 17:24:33 +0100 |
---|---|---|
committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2020-09-06 17:24:33 +0100 |
commit | f54cf3b87bb64e495b4ece0eedf02b5f5513b43e (patch) | |
tree | 2c529bbfb31385859d0f97a0a0c97a66dd394d07 | |
parent | dd97344149f7cfc7a14220b36d853b1a2e656565 (diff) | |
download | psycopg2-f54cf3b87bb64e495b4ece0eedf02b5f5513b43e.tar.gz |
Bump to next dev release
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ except ImportError: # Take a look at https://www.python.org/dev/peps/pep-0440/ # for a consistent versioning pattern. -PSYCOPG_VERSION = '2.8.6' +PSYCOPG_VERSION = '2.8.7.dev0' # note: if you are changing the list of supported Python version please fix |