Skip to content

Commit

Permalink
18.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mjames-upc committed Oct 14, 2018
1 parent 803f9c8 commit 41f01b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
# built documents.
#
# The short X.Y version.
version = '18.1.4'
version = '18.1.5'
# The full version, including alpha/beta/rc tags.

# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down
2 changes: 1 addition & 1 deletion rpm/component.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
Name: awips2-python-awips
Summary: Python AWIPS Distribution
Version: 18.1.4
Version: 18.1.5
Release: 1%{?dist}
Group: AWIPSII
BuildRoot: %{_build_root}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
if sys.version_info < (3, 4):
dependencies.append('enum34')

ver="18.1.4"
ver="18.1.5"

setup(
name='python-awips',
Expand Down

0 comments on commit 41f01b7

Please sign in to comment.