Skip to content

Commit

Permalink
Bump version to 0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rudyryk committed Nov 14, 2017
1 parent b34cf00 commit 48942db
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## 0.5.7 (latest)
## 0.5.8 (latest)

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

## 0.5.7

- #49, compatibility with peewee 2.8.6+
- Fix: #50, NameError in `_swap_database` method
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.7'
__version__ = '0.5.8'

__all__ = [
### High level API ###
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
author="Alexey Kinev",
author_email='rudy@05bit.com',
url='https://github.com/05bit/peewee-async',
description=__doc__,
description=__doc__.strip(),
long_description=long_description,
license='MIT',
zip_safe=False,
Expand Down

0 comments on commit 48942db

Please sign in to comment.