Skip to content

Commit

Permalink
Prep for release of v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdillard committed Jan 6, 2020
1 parent bacc8cb commit 8d3d33a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

0.3.1
-----

*Release date: 2020-01-05*

* Fix `gitstamp_fmt` overring config with default value.
* Change `pep8` out with `pycodestyle`.
* Fix bare except error for `pycodestyle`.

0.3.0
-----

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
install_requires=['six', 'sphinx >= 1.2', 'gitpython'],
url="https://github.com/jdillard/sphinx-gitstamp",
license='MIT',
download_url="https://github.com/jdillard/sphinx-gitstamp/archive/v0.3.0.tar.gz",
download_url="https://github.com/jdillard/sphinx-gitstamp/archive/v0.3.1.tar.gz",
packages=['sphinx_gitstamp'],
)
2 changes: 1 addition & 1 deletion sphinx_gitstamp/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.3.0'
__version__ = '0.3.1'

0 comments on commit 8d3d33a

Please sign in to comment.