Skip to content

Commit

Permalink
Bump version to 0.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rudyryk committed Nov 16, 2017
1 parent 3301e5e commit dfe62eb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

## 0.5.8 (latest)
## 0.5.9 (latest)

- Get rid of `limit(1)` in `get()`
- Tests for aggregated queries

## 0.5.8

- #10, aggregated rows seems to work now (no tests yet, sorry)

Expand Down
2 changes: 1 addition & 1 deletion peewee_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
except ImportError:
aiomysql = None

__version__ = '0.5.8'
__version__ = '0.5.9'

__all__ = [
### High level API ###
Expand Down

0 comments on commit dfe62eb

Please sign in to comment.