Skip to content

Commit

Permalink
Fix version and add RELEASING document
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Feb 29, 2024
1 parent 6f9a1b2 commit 78767e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# RELEASING

1. Update `CHANGELOG.md`.
2. Update `source/python/deps/version.py`.
3. Tag the repository, preferably by creating a [GitHub Release](https://github.com/ESSS/deps/releases).
2 changes: 1 addition & 1 deletion source/python/deps/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2.0"
__version__ = "1.3.1"

0 comments on commit 78767e3

Please sign in to comment.