Skip to content

Commit

Permalink
Pony ORM Release 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlovsky committed Nov 5, 2014
2 parents 0ad28b0 + 677a6f8 commit f4cee95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Pony ORM Release 0.6 (2014-11-05)

* Fixed #94: Aggregated subquery bug fixed

# Pony ORM Release Candidate 0.6rc3 (2014-10-30)

## Bugfixes
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 sys
from os.path import dirname

__version__ = '0.6rc3'
__version__ = '0.6'

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

0 comments on commit f4cee95

Please sign in to comment.