From e47ada793be693e65cba66f4800ab6a7e6dcc0f9 Mon Sep 17 00:00:00 2001 From: Andreas Maier Date: Mon, 12 Apr 2021 09:03:02 +0200 Subject: [PATCH] Release 0.5.0 Signed-off-by: Andreas Maier --- .github/workflows/test.yml | 4 ++-- docs/changes.rst | 6 +++--- immutable_views/_version.py | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 02ea8d9..d97f6be 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,9 +9,9 @@ on: - # cron (in UTC): minute hour day_of_month month day_of_week cron: '00 03 * * SUN' push: - branches: [ master ] + branches: [ master, stable_0.5 ] pull_request: - branches: [ master ] + branches: [ master, stable_0.5 ] jobs: diff --git a/docs/changes.rst b/docs/changes.rst index 16a35ce..019f58e 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -5,9 +5,9 @@ Change log ========== -Version 0.5.0.dev1 ------------------- +Version 0.5.0 +------------- -Released: not yet +Released: 2021-04-12 Initial release diff --git a/immutable_views/_version.py b/immutable_views/_version.py index a22d508..022ce3a 100644 --- a/immutable_views/_version.py +++ b/immutable_views/_version.py @@ -6,4 +6,4 @@ """ # For a description, see __init__.py. -__version__ = '0.5.0.dev1' +__version__ = '0.5.0'