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 50f1e98 commit 1354a8cCopy full SHA for 1354a8c
HISTORY.rst
@@ -2,7 +2,7 @@ Changelog
2
=========
3
4
5
-0.1 (unreleased)
+0.1a1 (2012-10-19)
6
----------------
7
8
- Initial release.
setup.py
@@ -23,7 +23,7 @@ def read(*rnames):
23
24
25
setup(name='mr.bob',
26
- version='0.1',
+ version='0.1a1',
27
description='Bob renders directory structure templates',
28
long_description=read('README.rst') +
29
read('HISTORY.rst') +
0 commit comments