summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2020-04-06 17:00:57 +1200
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2020-04-06 17:00:57 +1200
commitcb3353be1f10590cdc2a894ada42c3b4c171feb7 (patch)
tree5f344cb08eecba1ba969ebcceb475632e168709f
parentf2852a520a26d88fb248c0563e73af43110a13a8 (diff)
downloadpsycopg2-cb3353be1f10590cdc2a894ada42c3b4c171feb7.tar.gz
Releasing psycopg 2.8.52_8_5
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 6a91aba..674a40a 100644
--- a/setup.py
+++ b/setup.py
@@ -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.5.dev0'
+PSYCOPG_VERSION = '2.8.5'
# note: if you are changing the list of supported Python version please fix