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 853749e commit a3a30beCopy full SHA for a3a30be
CHANGELOG.md
@@ -1,6 +1,13 @@
1
Changelog
2
=========
3
4
+0.2.0
5
+-----
6
+
7
+*Release date: 2019-09-12*
8
9
+* Fix PyPI description
10
11
0.1.0
12
-----
13
setup.py
@@ -21,6 +21,6 @@
21
install_requires=['six', 'sphinx >= 1.2'],
22
url="https://github.com/jdillard/sphinx-gitstamp",
23
license='MIT',
24
- download_url="https://github.com/jdillard/sphinx-gitstamp/archive/v0.1.0.tar.gz",
+ download_url="https://github.com/jdillard/sphinx-gitstamp/archive/v0.2.0.tar.gz",
25
packages=['sphinx_gitstamp'],
26
)
sphinx_gitstamp/version.py
@@ -1 +1 @@
-__version__ = '0.1.0'
+__version__ = '0.2.0'
0 commit comments