Skip to content

Commit

Permalink
v0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
trbs committed Feb 26, 2012
1 parent 58e4cd2 commit 0f498ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion django_extensions/__init__.py
@@ -1,5 +1,5 @@

VERSION = (0, 8, "pre")
VERSION = (0, 8)

# Dynamically calculate the version based on VERSION tuple
if len(VERSION) > 2 and VERSION[2] is not None:
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Expand Up @@ -38,16 +38,16 @@

# General information about the project.
project = u'django-extensions'
copyright = u'Copyright (C) 2008, 2009, 2010, 2011 Michael Trier and contributors'
copyright = u'Copyright (C) 2008 - 2012 Michael Trier and contributors'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '0.7.1'
version = '0.8'
# The full version, including alpha/beta/rc tags.
release = '0.7.1'
release = '0.8'

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

0 comments on commit 0f498ff

Please sign in to comment.