From 78767e3995a4a45a5c6a262b6148b10993ddbbd7 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 29 Feb 2024 09:42:39 -0300 Subject: [PATCH] Fix version and add RELEASING document --- RELEASING.md | 5 +++++ source/python/deps/version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 RELEASING.md diff --git a/RELEASING.md b/RELEASING.md new file mode 100644 index 0000000..ad5debc --- /dev/null +++ b/RELEASING.md @@ -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). diff --git a/source/python/deps/version.py b/source/python/deps/version.py index c68196d..9c73af2 100644 --- a/source/python/deps/version.py +++ b/source/python/deps/version.py @@ -1 +1 @@ -__version__ = "1.2.0" +__version__ = "1.3.1"