Skip to content

Commit

Permalink
Merge pull request #82 from mcmtroffaes/release/0.3.2
Browse files Browse the repository at this point in the history
Prepare release 0.3.2.
  • Loading branch information
mcmtroffaes committed Mar 20, 2015
2 parents ee43fc2 + 98bcabd commit f849cfb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
0.3.2 (in development)
----------------------
0.3.2 (20 March 2015)
---------------------

* Document how to create custom label styles (see issue #77, reported
by tino).
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.2a0
0.3.2
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# built documents.
#
# The full version, including alpha/beta/rc tags.
with open("../VERSION", "rb") as version_file:
with open("../VERSION", "rt") as version_file:
release = version_file.read().strip()
# The short X.Y version.
version = '.'.join(release.split('.')[:2])
Expand Down

0 comments on commit f849cfb

Please sign in to comment.