diff --git a/CHANGELOG.md b/CHANGELOG.md index 860bd6f..0c54427 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Changelog 0.3.3 ----- -*Release date: TBD* +*Release date: 2022-11-25* * Clean up package classifiers * Remove deprecated **README** sections diff --git a/setup.py b/setup.py index 5147177..7ee1c7d 100644 --- a/setup.py +++ b/setup.py @@ -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.2.tar.gz", + download_url="https://github.com/jdillard/sphinx-gitstamp/archive/v0.3.3.tar.gz", packages=['sphinx_gitstamp'], ) diff --git a/sphinx_gitstamp/version.py b/sphinx_gitstamp/version.py index 73e3bb4..80eb7f9 100644 --- a/sphinx_gitstamp/version.py +++ b/sphinx_gitstamp/version.py @@ -1 +1 @@ -__version__ = '0.3.2' +__version__ = '0.3.3'