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 2d61770 commit 9e316c5Copy full SHA for 9e316c5
HISTORY.rst
@@ -2,7 +2,7 @@ Changelog
2
=========
3
4
5
-0.1a7 (unreleased)
+0.1a7 (2013-01-23)
6
------------------
7
8
- Don't depend on argparse in python 2.7 and higher, since it's already
setup.py
@@ -32,7 +32,7 @@ def read(*rnames):
32
33
34
setup(name='mr.bob',
35
- version='0.1a7.dev0',
+ version='0.1a7',
36
description='Bob renders directory structure templates',
37
long_description=read('README.rst') + "\n" + read('HISTORY.rst'),
38
classifiers=[
0 commit comments