Skip to content

Commit ab176c6

Browse files
committed
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
2 parents 6a9a132 + b8e2ed0 commit ab176c6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
# PonyORM release 0.7.12 (2020-02-04)
27

38
## Features

pony/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import os, sys
44
from os.path import dirname
55

6-
__version__ = '0.7.13-dev'
6+
__version__ = '0.7.13'
77

88
def detect_mode():
99
try: import google.appengine

0 commit comments

Comments
 (0)