Preparing release 2.7.3.1 to fix wheel packages

This commit is contained in:
Daniele Varrazzo 2017-08-25 15:12:12 +01:00
parent 302b2f962f
commit c45e219387
2 changed files with 8 additions and 1 deletions

7
NEWS
View File

@ -1,6 +1,13 @@
Current release Current release
--------------- ---------------
What's new in psycopg 2.7.3.1
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Dropped libresolv from wheel package to avoid incompatibility with
glibc 2.26 (wheels ticket #2)
What's new in psycopg 2.7.3 What's new in psycopg 2.7.3
^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^

View File

@ -64,7 +64,7 @@ except ImportError:
# Take a look at http://www.python.org/dev/peps/pep-0440/ # Take a look at http://www.python.org/dev/peps/pep-0440/
# for a consistent versioning pattern. # for a consistent versioning pattern.
PSYCOPG_VERSION = '2.7.3.1.dev0' PSYCOPG_VERSION = '2.7.3.1'
# note: if you are changing the list of supported Python version please fix # note: if you are changing the list of supported Python version please fix