version 18.1.3

This commit is contained in:
Michael James 2018-10-09 15:26:44 -06:00
parent 6e99c3cc44
commit 99e12192b8
3 changed files with 3 additions and 3 deletions

View file

@ -66,7 +66,7 @@ author = 'Unidata'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '18.1.2' version = '18.1.3'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation

View file

@ -7,7 +7,7 @@
# #
Name: awips2-python-awips Name: awips2-python-awips
Summary: Python AWIPS Distribution Summary: Python AWIPS Distribution
Version: 18.1.2 Version: 18.1.3
Release: 1%{?dist} Release: 1%{?dist}
Group: AWIPSII Group: AWIPSII
BuildRoot: %{_build_root} BuildRoot: %{_build_root}

View file

@ -10,7 +10,7 @@ dependencies = ['numpy','six']
if sys.version_info < (3, 4): if sys.version_info < (3, 4):
dependencies.append('enum34') dependencies.append('enum34')
ver="18.1.2" ver="18.1.3"
setup( setup(
name='python-awips', name='python-awips',