Skip to content

Commit

Permalink
Prep 4.3.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed May 10, 2016
1 parent 9d3c4a9 commit 191b871
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
@@ -1,8 +1,8 @@
``BTrees`` Changelog
====================

4.3.0 (TBD)
-----------
4.3.0 (2016-05-10)
------------------

- Fix unexpected ``OverflowError`` when passing 64bit values to long
keys / values on Win64. See:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -12,7 +12,7 @@
#
##############################################################################

__version__ = '4.3.0.dev0'
__version__ = '4.3.0'

import os
import platform
Expand Down

0 comments on commit 191b871

Please sign in to comment.