Skip to content

Commit 46694f2

Browse files
Preparing release 1.0.0
[ci skip]
1 parent 37e237c commit 46694f2

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.2.0 (unreleased)
5+
1.0.0 (2022-09-24)
66
------------------
77

88
- Support for Python 3.10, drop Python 2 support.

setup.py

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

1919

2020
setup(name='mr.bob',
21-
version='0.2.0.dev0',
21+
version='1.0.0',
2222
description='Bob renders directory structure templates',
2323
long_description=read('README.rst') + '\n' + read('HISTORY.rst'),
2424
classifiers=[

0 commit comments

Comments
 (0)