Skip to content

Commit cbd28e4

Browse files
authored
Merge pull request #172 from jswhit/v2.1.3rel
preparing for v2.1.3 release
2 parents 5d619a2 + faee4c7 commit cbd28e4

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

Changelog

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
since version 2.1.2 release
1+
version 2.1.3 (git tag v2.1.3rel)
22
================================
33
* fix pygrib.get_definitions_path() so it works if set_definitions_path has not been called.
44
* add conftest.py to MANIFEST.in (issue #171)

MANIFEST.in

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ include MANIFEST.in
22
include LICENSE
33
include pyproject.toml
44
include setup.py
5-
include test.py
65
include README.md
76
include pygrib/__init__.py
87
include pygrib/_pygrib.pyx

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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)
22
[![PyPI package](https://badge.fury.io/py/pygrib.svg)](http://python.org/pypi/pygrib)
33
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/pygrib/badges/version.svg)](https://anaconda.org/conda-forge/pygrib)
44
[![DOI](https://zenodo.org/badge/28599617.svg)](https://zenodo.org/badge/latestdoi/28599617)

pygrib/_pygrib.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""pygrib module"""
22

3-
__version__ = '2.1.2'
3+
__version__ = '2.1.3'
44

55
import numpy as np
66
cimport numpy as npc

0 commit comments

Comments
 (0)