Skip to content

Commit

Permalink
Prep 2.13.5 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Nov 11, 2016
1 parent d4bfdea commit 2c66ec3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

2.13.5 (unreleased)
2.13.5 (2016-11-10)
-------------------

- Strip ``NUL`` bytes when quoting SQL string literals.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

from setuptools import setup, find_packages

__version__ = '2.13.5dev'
__version__ = '2.13.5'

setup(
name='Products.ZSQLMethods',
Expand Down

0 comments on commit 2c66ec3

Please sign in to comment.