Skip to content

Commit 1778af3

Browse files
committed
Prep for release of v0.3.3
1 parent 9bcf9c1 commit 1778af3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Changelog
44
0.3.3
55
-----
66

7-
*Release date: TBD*
7+
*Release date: 2022-11-25*
88

99
* Clean up package classifiers
1010
* Remove deprecated **README** sections

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

0 commit comments

Comments
 (0)