Skip to content

Commit

Permalink
Bump version to 0.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
rudyryk committed Feb 14, 2018
1 parent f10fd77 commit 7d93590
Show file tree
Hide file tree
Showing 2 changed files with 6 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.10 (latest)
## 0.5.11 (latest)

- #86 pull request is merged, releasing cursor issue after transaction releated queries

## 0.5.10

- #77, get object by index from `select()` result should work again

Expand Down
3 changes: 1 addition & 2 deletions peewee_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import peewee
import warnings
import logging

from playhouse.db_url import register_database

logger = logging.getLogger('peewee.async')
Expand All @@ -35,7 +34,7 @@
except ImportError:
aiomysql = None

__version__ = '0.5.10'
__version__ = '0.5.11'

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

0 comments on commit 7d93590

Please sign in to comment.