Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Commit

Permalink
Make 0.1.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Franklin committed Dec 3, 2015
1 parent 075445c commit 35a2af6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def __getattr__(cls, name):
# The short X.Y version.
version = '0.1.5'
# The full version, including alpha/beta/rc tags.
release = '0.1.5.dev0'
release = '0.1.5'

# 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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
with open('README.rst', 'r') as readme:
README_TEXT = readme.read()

VERSION = '0.1.5.dev0'
VERSION = '0.1.5'


def write_version_py(filename=None):
Expand Down

0 comments on commit 35a2af6

Please sign in to comment.