File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22Changelog History
33=================
44
5+ xskillscore v0.0.26 (2024-03-10)
6+ --------------------------------
7+
8+ Internal Changes
9+ ~~~~~~~~~~~~~~~~
10+ - Fix build `Ray Bell `_.
11+
12+
513xskillscore v0.0.25 (2024-03-10)
614--------------------------------
715
Original file line number Diff line number Diff line change @@ -16,9 +16,10 @@ Release Procedure
1616
1717#. After all tests pass and the PR has been approved, merge the PR into ``main ``
1818
19- #. Tag a release and push to github::
19+ #. Clone the core repo and tag a release and push to github::
2020
21- $ git pull
21+ $ git clone git@github.com:xarray-contrib/xskillscore.git
22+ $ cd xskillscore
2223 $ git tag -a v0.0.xx -m "Version 0.0.xx"
2324 $ git push origin main --tags
2425
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools" ]
2+ requires = [" setuptools" , " setuptools-scm " ]
33build-backend = " setuptools.build_meta"
44
55[project ]
66name = " xskillscore"
7- version = " 0.0.25 "
7+ version = " 0.0.26 "
88dependencies = [
99 " dask[array]" ,
1010 " numpy" ,
@@ -74,6 +74,9 @@ documentation = "https://xskillscore.readthedocs.io/en/stable/"
7474[tool .setuptools ]
7575packages = [" xskillscore" ]
7676
77+ [tool .setuptools_scm ]
78+ fallback_version = " 9999"
79+
7780[tool .setuptools .dynamic ]
7881readme = {file = [" README.rst" ], content-type = " text/markdown" }
7982
Original file line number Diff line number Diff line change 3737from xskillscore .core .stattests import multipletests
3838from xskillscore .versioning .print_versions import show_versions
3939
40- __version__ = "0.0.25 "
40+ __version__ = "0.0.26 "
You can’t perform that action at this time.
0 commit comments