We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a9a132 + b8e2ed0 commit ab176c6Copy full SHA for ab176c6
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# PonyORM release 0.7.13 (2020-03-03)
2
+
3
+This release does not contains new features or bugfixes. Its goal is to test automatic release building and uploading
4
5
6
# PonyORM release 0.7.12 (2020-02-04)
7
8
## Features
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():
9
try: import google.appengine
0 commit comments