Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
  • Loading branch information
andy-maier committed Apr 5, 2021
1 parent 2fd321d commit 459b597
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -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:

Expand Down
16 changes: 3 additions & 13 deletions docs/changes.rst
Expand Up @@ -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'
Expand Down Expand Up @@ -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
-------------
Expand Down
2 changes: 1 addition & 1 deletion easy_vault/_version.py
Expand Up @@ -18,4 +18,4 @@
"""

# For a escription, see __init__.py.
__version__ = '0.7.0.dev1'
__version__ = '0.7.0'

0 comments on commit 459b597

Please sign in to comment.