Skip to content

Commit

Permalink
Bumped up to 0.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed Aug 25, 2011
1 parent 669cdf3 commit 96130ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appconf.py
@@ -1,7 +1,7 @@
import sys

# following PEP 386, versiontools will pick it up
__version__ = (0, 3, 0, "final", 0)
__version__ = (0, 4, 0, "final", 0)


class AppConfOptions(object):
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '0.3'
version = '0.4'
# The full version, including alpha/beta/rc tags.
release = '0.3'
release = '0.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 96130ae

Please sign in to comment.