Skip to content

Commit

Permalink
Fix newline in Sphinx version
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiPashkin committed Oct 24, 2015
1 parent 4c8af40 commit f7fe4f6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changes
=======

0.1.1dev0
=========

- Fixed newline in Sphinx version.

0.1.0
=====

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.1dev0
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

_version.parse(open(os.path.join(
os.path.dirname(os.path.abspath(__file__)), os.pardir, os.pardir, 'VERSION'
)).read())
)).read().strip())

version = '.'.join([str(e) for e in _version.version][:2])
# The full version, including alpha/beta/rc tags.
Expand Down

0 comments on commit f7fe4f6

Please sign in to comment.