Skip to content

Commit a3a30be

Browse files
committed
prep for v0.2.0 release
1 parent 853749e commit a3a30be

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
0.2.0
5+
-----
6+
7+
*Release date: 2019-09-12*
8+
9+
* Fix PyPI description
10+
411
0.1.0
512
-----
613

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
install_requires=['six', 'sphinx >= 1.2'],
2222
url="https://github.com/jdillard/sphinx-gitstamp",
2323
license='MIT',
24-
download_url="https://github.com/jdillard/sphinx-gitstamp/archive/v0.1.0.tar.gz",
24+
download_url="https://github.com/jdillard/sphinx-gitstamp/archive/v0.2.0.tar.gz",
2525
packages=['sphinx_gitstamp'],
2626
)

sphinx_gitstamp/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.1.0'
1+
__version__ = '0.2.0'

0 commit comments

Comments
 (0)