Skip to content

Commit

Permalink
Update version numbers for 0.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Iain R. Learmonth committed Jul 6, 2016
1 parent 9468bc0 commit f667cfa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PATHspider

[![Documentation Status](https://readthedocs.org/projects/pathspider/badge/?version=latest)](http://pathspider.readthedocs.io/en/latest/?badge=latest)
[![Documentation Status](https://readthedocs.org/projects/pathspider/badge/?version=0.9.0)](http://pathspider.readthedocs.io/en/0.9.0/?badge=0.9.0)

![PATHspider Logo](https://pathspider.mami-project.eu/img/pathspider.png)

Expand Down
8 changes: 6 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
sys.path.insert(0, os.path.abspath('..'))
sys.path.insert(0, os.path.abspath('../pathspider/plugins'))

with open(os.path.abspath('../pathspider/VERSION'), encoding='utf-8') as version_file:
pathspider_version = version_file.read().strip()


# -- General configuration ------------------------------------------------

# If your documentation needs a minimal Sphinx version, state it here.
Expand Down Expand Up @@ -61,9 +65,9 @@
# built documents.
#
# The short X.Y version.
version = u'0.1'
version = pathspider_version
# The full version, including alpha/beta/rc tags.
release = u'0.1'
release = pathspider_version

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pathspider/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1
0.9.0

0 comments on commit f667cfa

Please sign in to comment.