From b5c7b7a1bf3fbbcf29f44d19568e80ef114ed2b0 Mon Sep 17 00:00:00 2001 From: Michael James Date: Thu, 11 Oct 2018 12:00:26 -0600 Subject: [PATCH] version 18.1.4 --- docs/source/conf.py | 2 +- rpm/component.spec | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 2746bdd7..3b318f44 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -66,7 +66,7 @@ # built documents. # # The short X.Y version. -version = '18.1.3' +version = '18.1.4' # The full version, including alpha/beta/rc tags. # The language for content autogenerated by Sphinx. Refer to documentation diff --git a/rpm/component.spec b/rpm/component.spec index 5c4f2367..d2674e20 100644 --- a/rpm/component.spec +++ b/rpm/component.spec @@ -7,7 +7,7 @@ # Name: awips2-python-awips Summary: Python AWIPS Distribution -Version: 18.1.3 +Version: 18.1.4 Release: 1%{?dist} Group: AWIPSII BuildRoot: %{_build_root} diff --git a/setup.py b/setup.py index 3c64c89a..d9541a79 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ if sys.version_info < (3, 4): dependencies.append('enum34') -ver="18.1.3" +ver="18.1.4" setup( name='python-awips',