mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
version 18.1.2
This commit is contained in:
parent
2ede1e5726
commit
6d134b88a4
3 changed files with 4 additions and 4 deletions
|
@ -65,7 +65,7 @@ author = 'Unidata'
|
||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '18.1.1'
|
version = '18.1.2'
|
||||||
# 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
|
||||||
|
|
|
@ -7,8 +7,8 @@
|
||||||
#
|
#
|
||||||
Name: awips2-python-awips
|
Name: awips2-python-awips
|
||||||
Summary: Python AWIPS Distribution
|
Summary: Python AWIPS Distribution
|
||||||
Version: 18.1.1
|
Version: 18.1.2
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Group: AWIPSII
|
Group: AWIPSII
|
||||||
BuildRoot: %{_build_root}
|
BuildRoot: %{_build_root}
|
||||||
BuildArch: %{_build_arch}
|
BuildArch: %{_build_arch}
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -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.1"
|
ver="18.1.2"
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='python-awips',
|
name='python-awips',
|
||||||
|
|
Loading…
Add table
Reference in a new issue