Skip to content

Commit

Permalink
Merge pull request #172 from jswhit/v2.1.3rel
Browse files Browse the repository at this point in the history
preparing for v2.1.3 release
  • Loading branch information
jswhit authored Dec 24, 2020
2 parents 5d619a2 + faee4c7 commit cbd28e4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
since version 2.1.2 release
version 2.1.3 (git tag v2.1.3rel)
================================
* fix pygrib.get_definitions_path() so it works if set_definitions_path has not been called.
* add conftest.py to MANIFEST.in (issue #171)
Expand Down
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ include MANIFEST.in
include LICENSE
include pyproject.toml
include setup.py
include test.py
include README.md
include pygrib/__init__.py
include pygrib/_pygrib.pyx
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Linux Build Status](https://github.com/jswhit/pygrib/workflows/Install%20and%20Test/badge.svg)](https://github.com/jswhit/pygrib/actions)
[![Install and Test Status](https://github.com/jswhit/pygrib/workflows/Install%20and%20Test/badge.svg)](https://github.com/jswhit/pygrib/actions)
[![PyPI package](https://badge.fury.io/py/pygrib.svg)](http://python.org/pypi/pygrib)
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/pygrib/badges/version.svg)](https://anaconda.org/conda-forge/pygrib)
[![DOI](https://zenodo.org/badge/28599617.svg)](https://zenodo.org/badge/latestdoi/28599617)
Expand Down
2 changes: 1 addition & 1 deletion pygrib/_pygrib.pyx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""pygrib module"""

__version__ = '2.1.2'
__version__ = '2.1.3'

import numpy as np
cimport numpy as npc
Expand Down

0 comments on commit cbd28e4

Please sign in to comment.