Skip to content

Commit 0adaedf

Browse files
authored
Merge pull request #108 from openearth/release/v2.1.1
Release/v2.1.1
2 parents 0596eef + 854424f commit 0adaedf

File tree

5 files changed

+24
-3
lines changed

5 files changed

+24
-3
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,6 @@ cython_debug/
100100

101101
# VS Code
102102
.vscode/
103+
104+
# Developer Notes
105+
dev-notes/

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ keywords:
2323
- simulation
2424
- sediment
2525
license: GPL-3.0
26-
version: 2.1.0
26+
version: 2.1.1

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,10 @@ Read our [Contribution Guidelines](CONTRIBUTING.md) to know how you can help to
7878

7979
## Citation
8080

81+
8182
Please, cite this software as follows:
8283

83-
*AeoLiS Development Team. AeoLiS (Version 2.1.0) [Computer software].*
84+
*AeoLiS Development Team. AeoLiS (Version 2.1.1) [Computer software].*
8485

8586
## Acknowlegdements
8687

aeolis/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.0
1+
2.1.1

docs/whatsnew.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,23 @@
99
What's New
1010
==========
1111

12+
13+
v2.1.1 (March 2023)
14+
-------------------
15+
16+
Improvements
17+
^^^^^^^^^^^^
18+
* New variable to simulate fences `fence_height` (Glenn Strypsteen)
19+
20+
Bug fixes
21+
^^^^^^^^^
22+
* Issue with checking the size of `y` in input file for 1D cases (Glenn Strypsteen)
23+
24+
Documentation
25+
^^^^^^^^^^^^^
26+
* Update references to default branch in contributing guide
27+
28+
1229
v2.1.0 (February 2023)
1330
-------------------
1431

0 commit comments

Comments
 (0)