Skip to content

Commit 41f01b7

Browse files
committed
18.1.5
1 parent 803f9c8 commit 41f01b7

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.4'
69+
version = '18.1.5'
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.4
10+
Version: 18.1.5
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.4"
13+
ver="18.1.5"
1414

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

0 commit comments

Comments
 (0)