Skip to content

Commit

Permalink
version bamp
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed May 14, 2014
1 parent 7ba2d2a commit 994a908
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
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
# built documents.
#
# The short X.Y version.
version = '2.2.3'
version = '2.2.4'
# The full version, including alpha/beta/rc tags.
release = '2.2.3'
release = '2.2.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion peewee.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from functools import wraps
from inspect import isclass

__version__ = '2.2.3'
__version__ = '2.2.4'
__all__ = [
'BareField',
'BigIntegerField',
Expand Down

0 comments on commit 994a908

Please sign in to comment.