Skip to content

Commit

Permalink
Updated version number in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouke committed Jan 16, 2014
1 parent 8e43d68 commit 79b8946
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
# built documents.
#
# The short X.Y version.
version = '0.1.2'
version = '0.1'
# The full version, including alpha/beta/rc tags.
release = '0.1.2'
release = '0.1.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -270,4 +270,4 @@
#texinfo_no_detailmenu = False

from django.conf import settings
settings.configure(DEBUG=False)
settings.configure(DEBUG=False)

0 comments on commit 79b8946

Please sign in to comment.