Skip to content

Commit

Permalink
Prep for release of v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jdillard committed Oct 25, 2021
1 parent 8a03eb8 commit eea50e5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

0.3.2
-----

*Release date: 2021-10-24*

* Improve error messaging for `gitpython`.
* Mark as parallel read/write safe.

0.3.1
-----

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.1.tar.gz",
download_url="https://github.com/jdillard/sphinx-gitstamp/archive/v0.3.2.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.1'
__version__ = '0.3.2'

0 comments on commit eea50e5

Please sign in to comment.