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 37e237c commit 46694f2Copy full SHA for 46694f2
HISTORY.rst
@@ -2,7 +2,7 @@ Changelog
2
=========
3
4
5
-0.2.0 (unreleased)
+1.0.0 (2022-09-24)
6
------------------
7
8
- Support for Python 3.10, drop Python 2 support.
setup.py
@@ -18,7 +18,7 @@ def read(*rnames):
18
19
20
setup(name='mr.bob',
21
- version='0.2.0.dev0',
+ version='1.0.0',
22
description='Bob renders directory structure templates',
23
long_description=read('README.rst') + '\n' + read('HISTORY.rst'),
24
classifiers=[
0 commit comments