Skip to content

Commit

Permalink
Bump to version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaireDons committed Oct 2, 2024
1 parent d32199b commit 7243632
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.0
current_version = 0.4.1

[comment]
comment = The contents of this file cannot be merged with that of setup.cfg until https://github.com/c4urself/bump2version/issues/185 is resolved
Expand Down
5 changes: 5 additions & 0 deletions .zenono.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
{
"affiliation": "Vrije Universiteit Amsterdam",
"name": "Van Ingen, Jannes"
},
{
"orcid": "0000-0002-2546-4528",
"affiliation": "Netherlands eScience Center",
"name": "Donnelly, Claire"
}
],

Expand Down
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased]

## Added
## 0.4.1 (2024-10-02)
### Added
- Dask support ([#181] (https://github.com/AI4S2S/s2spy/pull/181))

## Changed
### Changed
- Changed code coverage from SonarCloud to Codecov ([#183] (https://github.com/AI4S2S/s2spy/pull/183))
- Update CONTRIBUTING.md and README.md to be consistent with README.dev.md ([#183] (https://github.com/AI4S2S/s2spy/pull/183))

## 0.4.0 (2023-09-13)

Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ authors:
orcid: https://orcid.org/0000-0002-2546-4528

date-released: 2022-09-02
version: "0.4.0"
version: "0.4.1"
repository-code: "https://github.com/AI4S2S/s2spy"
keywords:
- s2s
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# built documents.
#
# The short X.Y version.
version = "0.4.0"
version = "0.4.1"
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion s2spy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@

__author__ = "Yang Liu"
__email__ = "[email protected]"
__version__ = "0.4.0"
__version__ = "0.4.1"

__all__ = ["RGDR"]

0 comments on commit 7243632

Please sign in to comment.