Skip to content

Commit

Permalink
Preparing release 5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jimfulton committed Mar 26, 2018
1 parent 12ee41c commit 9b0b720
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -2,7 +2,7 @@
Change History
================

5.4.0 (unreleased)
5.4.0 (2018-03-26)
==================

- ZODB now uses pickle protocol 3 for both Python 2 and Python 3.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -14,7 +14,7 @@
import os
from setuptools import setup, find_packages

version = '5.3.1.dev0'
version = '5.4.0'

classifiers = """\
Intended Audience :: Developers
Expand Down

0 comments on commit 9b0b720

Please sign in to comment.