diff --git a/docs/changes.rst b/docs/changes.rst index c96c80c..f4dac55 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -17,30 +17,16 @@ Change log ========== -Version 0.6.1.dev1 ------------------- - -Released: not yet - -**Incompatible changes:** +Version 0.6.1 +------------- -**Deprecations:** +Released: 2021-04-02 **Bug fixes:** * Fixed that the package did not contain the files for the 'easy-vault' command. (issue #45) -**Enhancements:** - -**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 6d7b232..bfdcfa4 100644 --- a/easy_vault/_version.py +++ b/easy_vault/_version.py @@ -18,4 +18,4 @@ """ # For a escription, see __init__.py. -__version__ = '0.6.1.dev1' +__version__ = '0.6.1'