Skip to content

Commit eea50e5

Browse files
committed
Prep for release of v0.3.2
1 parent 8a03eb8 commit eea50e5

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

4+
0.3.2
5+
-----
6+
7+
*Release date: 2021-10-24*
8+
9+
* Improve error messaging for `gitpython`.
10+
* Mark as parallel read/write safe.
11+
412
0.3.1
513
-----
614

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

0 commit comments

Comments
 (0)