Skip to content

Commit 9e316c5

Browse files
committed
Preparing release 0.1a7
1 parent 2d61770 commit 9e316c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Changelog
22
=========
33

44

5-
0.1a7 (unreleased)
5+
0.1a7 (2013-01-23)
66
------------------
77

88
- Don't depend on argparse in python 2.7 and higher, since it's already

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def read(*rnames):
3232

3333

3434
setup(name='mr.bob',
35-
version='0.1a7.dev0',
35+
version='0.1a7',
3636
description='Bob renders directory structure templates',
3737
long_description=read('README.rst') + "\n" + read('HISTORY.rst'),
3838
classifiers=[

0 commit comments

Comments
 (0)