Skip to content

Commit

Permalink
version bump and updates to documentation with changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aarande committed Jul 13, 2018
1 parent 1bdecf2 commit a11c2e9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ Docs - http://nexradaws.readthedocs.io/en/latest/
**Install with pip**::

pip install nexradaws

New in version 1.1:
* Better support for varying filenames over the years (Thanks Nick Guy for the PR!)
3 changes: 3 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ opened here for any issues or enhancements requests.

Please feel free to submit Pull Requests for any fixes or enhancements.

**New in Version 1.1**
* Better support for varying filenames over the years (Thanks Nick Guy for the PR!)

Contents:

.. toctree::
Expand Down
2 changes: 1 addition & 1 deletion nexradaws/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__author__ = 'Aaron Anderson'
__version__ = "1.0.1"
__version__ = "1.1"
from .nexradawsinterface import NexradAwsInterface
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@
**Install with pip**::
pip install nexradaws''',
pip install nexradaws
**Version 1.1**
* Better support for varying filenames over the years (Thanks Nick Guy for the PR!)''',
url='https://github.com/aarande/nexradaws',
license='MIT',
author='Aaron Anderson',
Expand Down

0 comments on commit a11c2e9

Please sign in to comment.