Skip to content

Commit

Permalink
Updating the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
fbriol committed Sep 22, 2020
1 parent b20898b commit 6bfc866
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- netCDF4
- cartopy
- pandas
- pyinterp>=0.3.2
- pyinterp>=0.4.0
- intake
- intake-xarray
- gcsfs
2 changes: 1 addition & 1 deletion conda/environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: RTD
dependencies:
- numpy
- pyinterp>=0.3.2
- pyinterp>=0.4.0
- python=3.7
- mkl
- xarray
Expand Down
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "pyinterp" %}
{% set version = "0.3.2" %}
{% set version = "0.4.0" %}

package:
name: {{ name|lower }}
Expand Down
2 changes: 1 addition & 1 deletion docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
#########

0.4.0 (X X 2020)
0.4.0 (22 September 2020)
-------------------------
* Indexing data with geohash.
* Parallelize the calculation of Binning with dask.
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
author = 'CNES/CLS'

# The short X.Y version
version = '0.3.2'
version = '0.4.0'
# The full version, including alpha/beta/rc tags
release = '0.3.2'
release = '0.4.0'

# -- General configuration ---------------------------------------------------

Expand Down
4 changes: 2 additions & 2 deletions src/pyinterp/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@

def release() -> str:
"""Returns the software version number"""
return "0.3.2"
return "0.4.0"


def date() -> str:
"""Returns the creation date of this release"""
return "31 August 2020"
return "22 September 2020"

0 comments on commit 6bfc866

Please sign in to comment.