From 4f9ba31604edade327d1281ee54749aed4964f64 Mon Sep 17 00:00:00 2001 From: Jared Dillard Date: Sun, 15 Sep 2019 13:47:25 -0700 Subject: [PATCH] prep for v0.3.0 release --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- sphinx_gitstamp/version.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ce5b7a..6923d0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Changelog ========= +0.3.0 +----- + +*Release date: 2019-09-15* + +* Add `gitpython` as dependency + 0.2.0 ----- diff --git a/setup.py b/setup.py index f600c2f..849451c 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.2.0.tar.gz", + download_url="https://github.com/jdillard/sphinx-gitstamp/archive/v0.3.0.tar.gz", packages=['sphinx_gitstamp'], ) diff --git a/sphinx_gitstamp/version.py b/sphinx_gitstamp/version.py index 7fd229a..0404d81 100644 --- a/sphinx_gitstamp/version.py +++ b/sphinx_gitstamp/version.py @@ -1 +1 @@ -__version__ = '0.2.0' +__version__ = '0.3.0'