Skip to content

Commit

Permalink
PonyORM release 0.7.8 (2019-01-19)
Browse files Browse the repository at this point in the history
# Bugfixes

* ponyorm#414: prefetching Optional relationships fails on 0.7.7
* Fix a bug caused by incorrect deduplication of column values
  • Loading branch information
kozlovsky committed Jan 19, 2019
2 parents 37c7f2f + c3d3e9d commit 035fb9d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# PonyORM release 0.7.8 (2019-01-19)

## Bugfixes

* #414: prefetching Optional relationships fails on 0.7.7
* Fix a bug caused by incorrect deduplication of column values


# PonyORM release 0.7.7 (2019-01-17)

## Major 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.8-dev'
__version__ = '0.7.8'

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

0 comments on commit 035fb9d

Please sign in to comment.