Skip to content

Commit

Permalink
PonyORM release 0.7.19
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlovsky committed Aug 27, 2024
1 parent c750089 commit 8f62dab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# PonyORM release 0.7.19 (2024-08-27)

## Bugfixes

* Add missed Python 3.12 classifier


# PonyORM release 0.7.18 (2024-08-26)

## Features
Expand Down
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.18'
__version__ = '0.7.19'

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

0 comments on commit 8f62dab

Please sign in to comment.