Skip to content

Commit

Permalink
- prepare release 2.13.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Feb 12, 2020
1 parent 37b84fd commit e0d8408
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
@@ -1,7 +1,7 @@
Changelog
=========

2.13.6 (unreleased)
2.13.6 (2020-02-12)
-------------------

- de-fang ``sql_quote`` even more as quoting is too database-specific.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -15,7 +15,7 @@
from os.path import join
from setuptools import setup, find_packages, Extension

__version__ = '2.13.6.dev0'
__version__ = '2.13.6'

setup(name='DocumentTemplate',
version=__version__,
Expand Down

0 comments on commit e0d8408

Please sign in to comment.