Skip to content

Commit 18feb6e

Browse files
authored
Rc.3.0.0 (#165)
* Update pyproject.toml * Update RELEASE.md * Update RELEASE.md * Update CITATION.cff * Update README.md
1 parent 1cbbd9a commit 18feb6e

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ keywords:
6969
- sediment
7070
license: GPL-3.0
7171
commit: 0adaedfc8015f18b3b551bed1dda38d630cd8c95
72-
version: 2.1.2
73-
date-released: '2023-03-29'
72+
version: 3.0.0.rc1
73+
date-released: '2023-10-18'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Read our [Contribution Guidelines](CONTRIBUTING.md) to know how you can help to
9191

9292
Please, cite this software as follows:
9393

94-
*de Vries, S., Hallin, C., van IJzendoorn, C., van Westen, B., Cohn, N., Strypsteen, G., Skaden, J., Agrawal, N., & Garcia Alvarez, M. (2023). AeoLiS (Version 2.1.2) [Computer software]. https://github.com/openearth/aeolis-python*
94+
*de Vries, S., Hallin, C., van IJzendoorn, C., van Westen, B., Cohn, N., Strypsteen, G., Skaden, J., Agrawal, N., & Garcia Alvarez, M. (2023). AeoLiS (Version 3.0.0.rc1) [Computer software]. https://github.com/openearth/aeolis-python*
9595

9696
## Acknowlegdements
9797

RELEASE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ All packaging instructions are in the [pyproject.toml](pyproject.toml)
88
A. Before generating a new release, make sure that all relevant code changes have been merge to the **main** branch.
99

1010
B. Bump the version by updating the `pyproject.toml`. For consistency, you also have to update the version on `CITATION.cff` and `README.md` (citation section).
11+
<br> (For pre-release versioning [see](https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/#pre-release-versioning))
1112

1213
C. To test if the Python source package (`.tar.gz`) and the binary package (`.whl`) can be built without problem in the `dist/` directory, install `build` and build the package:
1314

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ exclude = [
1212

1313
[project]
1414
name = "aeolis"
15-
version = "2.1.3"
15+
version = "3.0.0.rc1"
1616
authors = [
1717
{ name="Sierd de Vries", email="sierd.devries@tudelft.nl" },
1818
]
1919
maintainers = [
2020
{name="Sierd de Vries", email="sierd.devries@tudelft.nl"},
21-
{name="Bart van de Westen"},
21+
{name="Bart van Westen"},
2222
]
2323
description = "A process-based model for simulating supply-limited aeolian sediment transport"
2424
readme = "README.md"

0 commit comments

Comments
 (0)