From a2c93cf10536d2478120aa909fddf32f542fed24 Mon Sep 17 00:00:00 2001
From: Jesse Mapel <jmapel@usgs.gov>
Date: Tue, 7 Jul 2020 09:20:12 -0700
Subject: [PATCH] Update docs version # for release

---
 docs/source/conf.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/source/conf.py b/docs/source/conf.py
index 1dc19d3..166c97c 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -26,9 +26,9 @@ copyright = 'Public Domain'
 author = 'USGS, Astrogeology Science Center'
 
 # The short X.Y.Z version
-version = '0.8.1'
+version = '0.8.2'
 # The full version, including alpha/beta/rc tags
-release = '0.8.1'
+release = '0.8.2'
 
 
 # -- General configuration ---------------------------------------------------
-- 
GitLab