Skip to content

Commit d6a0fca

Browse files
authored
Merge pull request #11 from brey/master
[release] Bump version: 0.5.1 → 0.5.2
2 parents 8f279a5 + e7b65ee commit d6a0fca

File tree

8 files changed

+2976
-6
lines changed

8 files changed

+2976
-6
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.5.1
2+
current_version = 0.5.2
33
commit = True
44
message = [release] Bump version: {current_version} → {new_version}
55
tag = False

HOW_TO_RELEASE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030

3131
`poetry build`
3232

33+
- rebase to upstream (if needed)
34+
35+
`git rebase -i upstream/master`
3336

3437
- test CI on github
3538

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ channels:
66

77
dependencies:
88
- python=3.8
9-
- pyposeidon=0.5.1
9+
- pyposeidon=0.5.2
1010
- pschism
1111
- delft3d4
1212
- xorg-libxcursor

conda.recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "pyposeidon" %}
2-
{% set version = "0.5.1" %}
2+
{% set version = "0.5.2" %}
33
{% set build = 0 %}
44

55
package:

0 commit comments

Comments
 (0)