Skip to content

Commit

Permalink
release notes for 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lopuhin committed Feb 8, 2015
1 parent fdb5d5c commit d9c3c4c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.rst
Expand Up @@ -62,6 +62,15 @@ https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/unit-t
Release notes
-------------

2.6.1 (08 Feb 2015)
+++++++++++++++++++

Fixing things that were broken in 2.6.0:

- Fix issue #31 - bigint on 32-bit
- Fix issue #32 - register_type and unicode


2.6.0 (24 Jan 2015)
+++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion psycopg2cffi/__init__.py
Expand Up @@ -10,7 +10,7 @@
from psycopg2cffi._impl.exceptions import *
from psycopg2cffi._impl.typecasts import BINARY, DATETIME, NUMBER, ROWID, STRING

__version__ = '2.6.0'
__version__ = '2.6.1'
apilevel = '2.0'
paramstyle = 'pyformat'
threadsafety = 2
Expand Down

0 comments on commit d9c3c4c

Please sign in to comment.