Skip to content

Commit 8d3d33a

Browse files
committed
Prep for release of v0.3.1
1 parent bacc8cb commit 8d3d33a

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

4+
0.3.1
5+
-----
6+
7+
*Release date: 2020-01-05*
8+
9+
* Fix `gitstamp_fmt` overring config with default value.
10+
* Change `pep8` out with `pycodestyle`.
11+
* Fix bare except error for `pycodestyle`.
12+
413
0.3.0
514
-----
615

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', 'gitpython'],
2222
url="https://github.com/jdillard/sphinx-gitstamp",
2323
license='MIT',
24-
download_url="https://github.com/jdillard/sphinx-gitstamp/archive/v0.3.0.tar.gz",
24+
download_url="https://github.com/jdillard/sphinx-gitstamp/archive/v0.3.1.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.3.0'
1+
__version__ = '0.3.1'

0 commit comments

Comments
 (0)