Skip to content

Commit

Permalink
PonyORM release 0.7.18
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlovsky committed Aug 26, 2024
1 parent 20a46bd commit f6a730e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# PonyORM release 0.7.18 (2024-08-26)

## Features

* Add Python 3.12 support

## Bugfixes

* Fix #704 JSON handling in SQLite >= 3.45


# PonyORM release 0.7.17 (2023-09-25)

## 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.17'
__version__ = '0.7.18'

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

0 comments on commit f6a730e

Please sign in to comment.