Skip to content

Commit

Permalink
Update changelog and pony version: 0.7.8-dev -> 0.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlovsky committed Jan 19, 2019
1 parent 65a36c8 commit c3d3e9d
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 @@ -4,7 +4,7 @@
from os.path import dirname
from itertools import count

__version__ = '0.7.8-dev'
__version__ = '0.7.8'

uid = str(random.randint(1, 1000000))

Expand Down

0 comments on commit c3d3e9d

Please sign in to comment.