Skip to content

Commit 99e1219

Browse files
committed
version 18.1.3
1 parent 6e99c3c commit 99e1219

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
# built documents.
6767
#
6868
# The short X.Y version.
69-
version = '18.1.2'
69+
version = '18.1.3'
7070
# The full version, including alpha/beta/rc tags.
7171

7272
# The language for content autogenerated by Sphinx. Refer to documentation

rpm/component.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
Name: awips2-python-awips
99
Summary: Python AWIPS Distribution
10-
Version: 18.1.2
10+
Version: 18.1.3
1111
Release: 1%{?dist}
1212
Group: AWIPSII
1313
BuildRoot: %{_build_root}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
if sys.version_info < (3, 4):
1111
dependencies.append('enum34')
1212

13-
ver="18.1.2"
13+
ver="18.1.3"
1414

1515
setup(
1616
name='python-awips',

0 commit comments

Comments
 (0)