Skip to content

Commit

Permalink
Bump version number to 13
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Johnson committed Sep 5, 2013
1 parent 199b83d commit 266344c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -8,9 +8,9 @@
project = u'sphinx-better-theme'
copyright = u'2013 Steve Johnson'
# The short X.Y version.
version = '0.12'
version = '0.13'
# The full version, including alpha/beta/rc tags.
release = '0.12'
release = '0.13'
exclude_patterns = ['_build']
pygments_style = 'sphinx'

Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Expand Up @@ -53,7 +53,7 @@ it to install the package.
.. _Read the Docs: https://readthedocs.org/

First, create a :file:`requirements.txt` file just for your docs. It must
contain at least the line ``sphinx-better-theme==0.12``, as well as any other
contain at least the line ``sphinx-better-theme==0.13``, as well as any other
dependencies your docs might have that are separate from your project's
dependencies. I suggest putting it in your docs folder, e.g. at
:file:`docs/requirements.txt`.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@

setup(
name='sphinx-better-theme',
version='0.11',
version='0.13',
author='Steve Johnson',
author_email='steve@steveasleep.com',
packages=['better'],
Expand Down

0 comments on commit 266344c

Please sign in to comment.