Skip to content

Commit 2791429

Browse files
author
Shay Carter
committed
Small changes for new version
1 parent 1940439 commit 2791429

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@
5858

5959
# General information about the project.
6060
project = 'python-awips'
61-
copyright = '2018, Unidata'
62-
author = 'Unidata'
61+
copyright = '2018, NSF Unidata'
62+
author = 'NSF Unidata'
6363

6464
# The version info for the project you're documenting, acts as replacement for
6565
# |version| and |release|, also used in various other places throughout the
6666
# built documents.
6767
#
6868
# The short X.Y version.
69-
version = '18.1.7'
69+
version = '20.1'
7070
# The full version, including alpha/beta/rc tags.
7171

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

setup.py

Lines changed: 2 additions & 2 deletions
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 = "20"
13+
ver = "20.1"
1414

1515
setup(
1616
name='python-awips',
@@ -19,7 +19,7 @@
1919
packages=find_packages(exclude='data'),
2020
license='BSD',
2121
url='http://unidata.github.io/python-awips',
22-
author='Unidata',
22+
author='NSF Unidata',
2323
author_email='support-awips@ucar.edu',
2424
install_requires=dependencies,
2525
extras_require={

0 commit comments

Comments
 (0)