File tree 4 files changed +3
-4
lines changed
4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
- since version 2.1.2 release
1
+ version 2.1.3 (git tag v2.1.3rel)
2
2
================================
3
3
* fix pygrib.get_definitions_path() so it works if set_definitions_path has not been called.
4
4
* add conftest.py to MANIFEST.in (issue #171)
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ include MANIFEST.in
2
2
include LICENSE
3
3
include pyproject.toml
4
4
include setup.py
5
- include test.py
6
5
include README.md
7
6
include pygrib/__init__.py
8
7
include pygrib/_pygrib.pyx
Original file line number Diff line number Diff line change 1
- [ ![ Linux Build Status] ( https://github.com/jswhit/pygrib/workflows/Install%20and%20Test/badge.svg )] ( https://github.com/jswhit/pygrib/actions )
1
+ [ ![ Install and Test Status] ( https://github.com/jswhit/pygrib/workflows/Install%20and%20Test/badge.svg )] ( https://github.com/jswhit/pygrib/actions )
2
2
[ ![ PyPI package] ( https://badge.fury.io/py/pygrib.svg )] ( http://python.org/pypi/pygrib )
3
3
[ ![ Anaconda-Server Badge] ( https://anaconda.org/conda-forge/pygrib/badges/version.svg )] ( https://anaconda.org/conda-forge/pygrib )
4
4
[ ![ DOI] ( https://zenodo.org/badge/28599617.svg )] ( https://zenodo.org/badge/latestdoi/28599617 )
Original file line number Diff line number Diff line change 1
1
""" pygrib module"""
2
2
3
- __version__ = ' 2.1.2 '
3
+ __version__ = ' 2.1.3 '
4
4
5
5
import numpy as np
6
6
cimport numpy as npc
You can’t perform that action at this time.
0 commit comments