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 ff0144c commit bf61578Copy full SHA for bf61578
HISTORY.rst
@@ -2,8 +2,8 @@ Changelog
2
=========
3
4
5
-0.1a10 (unreleased)
6
--------------------
+0.1 (2014-03-02)
+----------------
7
8
- move exceptions to bobexceptions
9
[Jean-Philippe Camguilhem]
setup.py
@@ -32,7 +32,7 @@ def read(*rnames):
32
33
34
setup(name='mr.bob',
35
- version='0.1a10.dev0',
+ version='0.1',
36
description='Bob renders directory structure templates',
37
long_description=read('README.rst') + "\n" + read('HISTORY.rst'),
38
classifiers=[
0 commit comments