Skip to content

Commit

Permalink
Bump version; add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rudyryk committed Aug 26, 2015
1 parent e811af7 commit d662756
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Changelog

## 0.3

- #7, fixed bug with empty result after inserting row with UUID pk
- some missing tests added
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""
from setuptools import setup

__version__ = '0.2'
__version__ = '0.3'

setup(
name="peewee-async",
Expand Down

0 comments on commit d662756

Please sign in to comment.