Skip to content

Commit

Permalink
Merge pull request #142 from jswhit/v2.0.5rel
Browse files Browse the repository at this point in the history
version 2.0.5 release
  • Loading branch information
jswhit authored Jun 13, 2020
2 parents 2f59d2b + f8b48f3 commit 00c1423
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
since version 2.0.4
===================
version 2.0.5 (git tag v2.0.5rel)
==================================
* fix error in latlons method for lambert projection when
jScansPositively == 0 (PRe #129).
* Add README.md as long description for pypi (PR #130).
Expand Down
16 changes: 8 additions & 8 deletions pygrib.c

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pygrib.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE."""
__test__ = None
del __test__ # hack so epydoc doesn't show __test__
__version__ = '2.0.4'
__version__ = '2.0.5'

import numpy as np
import warnings
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def getq(self, s, k, fallback):
long_description = f.read()

setup(name = "pygrib",
version = "2.0.4",
version = "2.0.5",
description = "Python module for reading/writing GRIB files",
author = "Jeff Whitaker",
author_email = "[email protected]",
Expand Down

0 comments on commit 00c1423

Please sign in to comment.