From 1778af3369d6db57a24cdd1b7251282fef7bd534 Mon Sep 17 00:00:00 2001 From: Jared Dillard Date: Fri, 25 Nov 2022 09:38:49 -0800 Subject: [PATCH] Prep for release of v0.3.3 --- CHANGELOG.md | 2 +- setup.py | 2 +- sphinx_gitstamp/version.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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'