We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54a1ad0 commit 836a925Copy full SHA for 836a925
HISTORY.rst
@@ -2,7 +2,7 @@ Changelog
2
=========
3
4
5
-0.1a5 (unreleased)
+0.1a5 (2012-12-12)
6
------------------
7
8
- #26: Variables were not correctly parsed from config files
setup.py
@@ -28,7 +28,7 @@ def read(*rnames):
28
29
30
setup(name='mr.bob',
31
- version='0.1a5.dev0',
+ version='0.1a5',
32
description='Bob renders directory structure templates',
33
long_description=read('README.rst') + "\n" + read('HISTORY.rst'),
34
classifiers=[
0 commit comments