Skip to content

Commit 00c1423

Browse files
authored
Merge pull request #142 from jswhit/v2.0.5rel
version 2.0.5 release
2 parents 2f59d2b + f8b48f3 commit 00c1423

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

Changelog

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
since version 2.0.4
2-
===================
1+
version 2.0.5 (git tag v2.0.5rel)
2+
==================================
33
* fix error in latlons method for lambert projection when
44
jScansPositively == 0 (PRe #129).
55
* Add README.md as long description for pypi (PR #130).

pygrib.c

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pygrib.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
169169
PERFORMANCE OF THIS SOFTWARE."""
170170
__test__ = None
171171
del __test__ # hack so epydoc doesn't show __test__
172-
__version__ = '2.0.4'
172+
__version__ = '2.0.5'
173173

174174
import numpy as np
175175
import warnings

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def getq(self, s, k, fallback):
196196
long_description = f.read()
197197

198198
setup(name = "pygrib",
199-
version = "2.0.4",
199+
version = "2.0.5",
200200
description = "Python module for reading/writing GRIB files",
201201
author = "Jeff Whitaker",
202202
author_email = "[email protected]",

0 commit comments

Comments
 (0)