Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Mar 3, 2013
1 parent fe08008 commit 4000789
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '2.0.5'
version = '2.0.8'
# The full version, including alpha/beta/rc tags.
release = '2.0.5'
release = '2.0.8'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@

setup(
name='peewee',
version="2.0.7",
version="2.0.8",
description='a little orm',
long_description=readme,
author='Charles Leifer',
Expand Down

0 comments on commit 4000789

Please sign in to comment.