From 2a0afb633c8558cda159931c9f126f65099cca97 Mon Sep 17 00:00:00 2001 From: Marnik Bercx Date: Thu, 11 May 2023 02:39:50 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Release=20`v0.1.1`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd.yml | 2 +- CHANGELOG.md | 7 +++++++ aiida_hyperqueue/__init__.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index b503a82..27d78fa 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -3,7 +3,7 @@ name: cd on: push: tags: - - 'v[0-9]+.[0-9]+.[0-9]+*' + - 'v[0-9]+.[0-9]+.[0-9]+*' jobs: diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..56e37ca --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +## v0.1.1 + +Only a small fix to the `README.md` was added here, this release is mainly to test the automated deployment to PyPI. + +## v0.1.0 + +First release on PyPI, tested with HyperQueue v0.15.0. diff --git a/aiida_hyperqueue/__init__.py b/aiida_hyperqueue/__init__.py index 8971318..cb4b031 100644 --- a/aiida_hyperqueue/__init__.py +++ b/aiida_hyperqueue/__init__.py @@ -5,4 +5,4 @@ AiiDA plugin for the HyperQueue metascheduler """ -__version__ = '0.1.0' +__version__ = '0.1.1'