Skip to content

Commit

Permalink
Moved to version 4.2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
pagecp committed Sep 23, 2021
1 parent a603ae3 commit 6222c67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion icclim/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from . import calc_ind, calc_indice, calc_percentiles, icclim_exceptions, maps, set_globattr, set_longname_units, set_longname_units_custom_indices, time_subset
from icclim.icclim import indice as indice

__version__ = "4.2.19" # print(icclim.__version__)
__version__ = "4.2.20" # print(icclim.__version__)
2 changes: 1 addition & 1 deletion icclim/icclim_doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
# built documents.
#
# The short X.Y version.
version = '4.2.19'
version = '4.2.20'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion icclim/icclim_doc/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ To get the version of installed library, do the following:
.. code-block:: sh
>>> icclim.__version__
4.2.19
4.2.20
.. note:: ICCLIM was not tested on Windows platform...

0 comments on commit 6222c67

Please sign in to comment.