diff --git a/docs/source/about.rst b/docs/source/about.rst index 771d137..d32a064 100644 --- a/docs/source/about.rst +++ b/docs/source/about.rst @@ -63,32 +63,32 @@ installations. ====================== ============== ============================== Package Version RPM Name ====================== ============== ============================== -Python 2.7.10 awips2-python -**awips** **0.9.8** **awips2-python-awips** -cartopy 0.14.2 awips2-python-cartopy -cherrypy 3.1.2 awips2-python-cherrypy +Python 2.7.11 awips2-python +**awips** **0.9.9** **awips2-python-awips** +cartopy 0.15.1 awips2-python-cartopy +cherrypy 3.8.2 awips2-python-cherrypy cycler 0.10.0 awips2-python-cycler -cython 0.23.4 awips2-python-cython -dateutil 2.5.0 awips2-python-dateutil -gfe 1.0.0 awips2-python-gfe +cython 0.25.2 awips2-python-cython +dateutil 2.4.2 awips2-python-dateutil +gfe 16.4.1 awips2-python-gfe h5py 1.3.0 awips2-python-h5py -jep 3.4.1 awips2-python-jep +jep 3.5.3 awips2-python-jep matplotlib 1.5.1 awips2-python-matplotlib -metpy 0.3.0 awips2-python-metpy +metpy 0.5.0 awips2-python-metpy nose 1.3.7 awips2-python-nose -numpy 1.8.0 awips2-python-numpy +numpy 1.9.2 awips2-python-numpy pint 0.7.2 awips2-python-pint pmw 1.3.2 awips2-python-pmw -pupynere 1.0.13 awips2-python-pupynere -pyparsing 2.1.0 awips2-python-pyparsing +pupynere 1.0.15 awips2-python-pupynere +pyparsing 2.0.3 awips2-python-pyparsing qpid 0.32 awips2-python-qpid scientific 2.8 awips2-python-scientific scipy 0.15.1 awips2-python-scipy -shapely 1.5.9 awips2-python-shapely +shapely 1.4.4 awips2-python-shapely six 1.10.0 awips2-python-six -tables 2.1.2 awips2-python-tables -tpg 3.1.2 awips2-python-tpg -werkzeug 3.1.2 awips2-python-werkzeug +tables 3.3.0 awips2-python-tables +tpg 3.2.2 awips2-python-tpg +werkzeug 0.12.1 awips2-python-werkzeug ====================== ============== ============================== diff --git a/docs/source/conf.py b/docs/source/conf.py index 92cd1da..ef57b88 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -65,7 +65,7 @@ author = 'Unidata' # built documents. # # The short X.Y version. -version = '0.9.8' +version = '0.9.9' # The full version, including alpha/beta/rc tags. # The language for content autogenerated by Sphinx. Refer to documentation diff --git a/setup.py b/setup.py index 3c1fb1c..5154218 100644 --- a/setup.py +++ b/setup.py @@ -3,12 +3,12 @@ from setuptools import find_packages setup( name='python-awips', - version='0.9.8', + version='0.9.9', description='A framework for requesting AWIPS meteorological datasets from an EDEX server', packages=find_packages(exclude='data'), license='Open Source', url='http://python-awips.readthedocs.io', - download_url='https://github.com/Unidata/python-awips/tarball/0.9.8', + download_url='https://github.com/Unidata/python-awips/tarball/0.9.9', author='Unidata', author_email='mjames@ucar.edu', requires=['argparse','shapely','numpy','six']