Skip to content

Commit

Permalink
Merge pull request #11 from brey/master
Browse files Browse the repository at this point in the history
[release] Bump version: 0.5.1 → 0.5.2
  • Loading branch information
brey authored Apr 27, 2021
2 parents 8f279a5 + e7b65ee commit d6a0fca
Show file tree
Hide file tree
Showing 8 changed files with 2,976 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.5.1
current_version = 0.5.2
commit = True
message = [release] Bump version: {current_version} → {new_version}
tag = False
Expand Down
3 changes: 3 additions & 0 deletions HOW_TO_RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@

`poetry build`

- rebase to upstream (if needed)

`git rebase -i upstream/master`

- test CI on github

Expand Down
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ channels:

dependencies:
- python=3.8
- pyposeidon=0.5.1
- pyposeidon=0.5.2
- pschism
- delft3d4
- xorg-libxcursor
Expand Down
2 changes: 1 addition & 1 deletion conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "pyposeidon" %}
{% set version = "0.5.1" %}
{% set version = "0.5.2" %}
{% set build = 0 %}

package:
Expand Down
Loading

0 comments on commit d6a0fca

Please sign in to comment.