Skip to content

Commit

Permalink
PonyORM release 0.7.16 (2022-01-28)
Browse files Browse the repository at this point in the history
# Bugfixes

* Fixes #628: DBAPIProvider.__init__() got multiple values for argument 'database'
  • Loading branch information
kozlovsky committed Jan 27, 2022
1 parent 3a9603b commit faa1277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pony/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os, sys
from os.path import dirname

__version__ = '0.7.15'
__version__ = '0.7.16'

def detect_mode():
try: import google.appengine
Expand Down

0 comments on commit faa1277

Please sign in to comment.