Skip to content

Commit

Permalink
2.8.1 release, add release date
Browse files Browse the repository at this point in the history
  • Loading branch information
lopuhin committed Jul 31, 2018
1 parent 8858b04 commit e29932c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion psycopg2cffi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e29932c

Please sign in to comment.