From 6d134b88a4baef644517d08282d2361623dc2f04 Mon Sep 17 00:00:00 2001 From: mjames-upc Date: Mon, 1 Oct 2018 13:14:53 -0600 Subject: [PATCH] version 18.1.2 --- docs/source/conf.py | 2 +- rpm/component.spec | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 7e3ab278..ad502493 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -65,7 +65,7 @@ # built documents. # # The short X.Y version. -version = '18.1.1' +version = '18.1.2' # 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 72e75f47..1f1e8dd1 100644 --- a/rpm/component.spec +++ b/rpm/component.spec @@ -7,8 +7,8 @@ # Name: awips2-python-awips Summary: Python AWIPS Distribution -Version: 18.1.1 -Release: 2%{?dist} +Version: 18.1.2 +Release: 1%{?dist} Group: AWIPSII BuildRoot: %{_build_root} BuildArch: %{_build_arch} diff --git a/setup.py b/setup.py index 29485b7d..1d854754 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ if sys.version_info < (3, 4): dependencies.append('enum34') -ver="18.1.1" +ver="18.1.2" setup( name='python-awips',