diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ecd45a4b..6e5d64213 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# PonyORM release 0.7.13 (2020-03-03) + +This release does not contains new features or bugfixes. Its goal is to test automatic release building and uploading + + # PonyORM release 0.7.12 (2020-02-04) ## Features diff --git a/pony/__init__.py b/pony/__init__.py index 651fd3533..a50860a14 100644 --- a/pony/__init__.py +++ b/pony/__init__.py @@ -3,7 +3,7 @@ import os, sys from os.path import dirname -__version__ = '0.7.13-dev' +__version__ = '0.7.13' def detect_mode(): try: import google.appengine