From e856d8a0ee269e05d5508fcae8e05253f994c2a3 Mon Sep 17 00:00:00 2001 From: Nat Wilson Date: Sat, 9 Jul 2016 18:18:35 -0700 Subject: [PATCH] tag bugfix release 0.7.1 --- doc/source/conf.py | 4 ++-- karta/version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 2186044..e855fe2 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -51,9 +51,9 @@ # built documents. # # The short X.Y version. -version = '0.7' +version = '0.7.1' # The full version, including alpha/beta/rc tags. -release = '0.7' +release = '0.7.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/karta/version.py b/karta/version.py index 1ea903c..a5f830a 100644 --- a/karta/version.py +++ b/karta/version.py @@ -1 +1 @@ -__version__ = "0.7" +__version__ = "0.7.1"