From 181a7f00e42de7021fd23d9c3a2180ec9b75e3a4 Mon Sep 17 00:00:00 2001 From: Lindsey Heagy Date: Tue, 17 Jul 2018 18:53:21 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.1=20=E2=86=92=200.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- _templates/footer.html | 2 +- conf.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 245544f1..fa5a9292 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,4 +1,4 @@ [bumpversion] -current_version = 0.0.1 +current_version = 0.0.2 files = conf.py _templates/footer.html diff --git a/_templates/footer.html b/_templates/footer.html index 46421ea2..0ab1feb6 100644 --- a/_templates/footer.html +++ b/_templates/footer.html @@ -40,7 +40,7 @@
- Version 0.0.1 + Version 0.0.2

diff --git a/conf.py b/conf.py index 7b5e0d37..b4a1aff8 100644 --- a/conf.py +++ b/conf.py @@ -100,9 +100,9 @@ # built documents. # # The short X.Y version. -version = '0.0.1' +version = '0.0.2' # The full version, including alpha/beta/rc tags. -release = '0.0.1' +release = '0.0.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.