Skip to content

Commit

Permalink
fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
sorl committed Feb 6, 2011
1 parent 8836ecc commit a8e5360
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions docs/conf.py
Expand Up @@ -30,9 +30,7 @@

# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = [
'sphinx.ext.autodoc',
]
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.viewcode']

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand All @@ -55,9 +53,9 @@
# built documents.
#
# The short X.Y version.
version = '0.2.6'
version = '0.4.6'
# The full version, including alpha/beta/rc tags.
release = '0.2.6'
release = '0.4.6'

# 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 @@ -3,7 +3,7 @@

setup(
name = 'django-mockups',
version = '0.4.5',
version = '0.4.6',
description = 'Provides tools to auto generate content.',
long_description = open('README.rst').read(),
author = 'Mikko Hellsing',
Expand Down

0 comments on commit a8e5360

Please sign in to comment.