From e29932c9ff8f1a1de4e572025f707f09e5fbf4c3 Mon Sep 17 00:00:00 2001 From: Konstantin Lopuhin Date: Tue, 31 Jul 2018 20:33:31 +0300 Subject: [PATCH] 2.8.1 release, add release date --- README.rst | 7 ++++++- psycopg2cffi/__init__.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 38f875a..a15fc51 100644 --- a/README.rst +++ b/README.rst @@ -78,7 +78,12 @@ https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/unit-t Release notes ------------- -2.8.0 (?) +2.8.1 (31 July 2018) +++++++++++++++++++++ + +Release date added + +2.8.0 (31 July 2018) ++++++++++++++++++++ Python 3.7 support by unimariJo (#92) and farrokhi (#101). diff --git a/psycopg2cffi/__init__.py b/psycopg2cffi/__init__.py index c2061f1..adc70e7 100644 --- a/psycopg2cffi/__init__.py +++ b/psycopg2cffi/__init__.py @@ -10,7 +10,7 @@ from psycopg2cffi._impl.exceptions import * from psycopg2cffi._impl.typecasts import BINARY, DATETIME, NUMBER, ROWID, STRING -__version__ = '2.8.0' +__version__ = '2.8.1' apilevel = '2.0' paramstyle = 'pyformat' threadsafety = 2