From 459b597df8ac0d4d59886d2b3eed9a7f1766a074 Mon Sep 17 00:00:00 2001 From: Andreas Maier Date: Mon, 5 Apr 2021 18:56:05 +0200 Subject: [PATCH] Release 0.7.0 Signed-off-by: Andreas Maier --- .github/workflows/test.yml | 4 ++-- docs/changes.rst | 16 +++------------- easy_vault/_version.py | 2 +- 3 files changed, 6 insertions(+), 16 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 095788d..f36c1da 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, stable_0.6 ] + branches: [ master, stable_0.7 ] pull_request: - branches: [ master, stable_0.6 ] + branches: [ master, stable_0.7 ] jobs: diff --git a/docs/changes.rst b/docs/changes.rst index 43bb544..ea508c3 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -17,20 +17,18 @@ Change log ========== -Version 0.7.0.dev1 ------------------- +Version 0.7.0 +------------- This version contains all fixes up to version 0.6.1. -Released: not yet +Released: 2021-04-05 **Incompatible changes:** * The KeyRingLib class has been renamed to Keyring, and its KeyRing... exception classes to Keyring... (issue #50). -**Deprecations:** - **Bug fixes:** * Fixed that the package did not contain the files for the 'easy-vault' @@ -61,14 +59,6 @@ Released: not yet * Test: Improved test coverage of Keyring and EasyVault classes. -**Cleanup:** - -**Known issues:** - -* See `list of open issues`_. - -.. _`list of open issues`: https://github.com/andy-maier/easy-vault/issues - Version 0.6.0 ------------- diff --git a/easy_vault/_version.py b/easy_vault/_version.py index 67d11fc..06d7618 100644 --- a/easy_vault/_version.py +++ b/easy_vault/_version.py @@ -18,4 +18,4 @@ """ # For a escription, see __init__.py. -__version__ = '0.7.0.dev1' +__version__ = '0.7.0'