Skip to content

Commit

Permalink
Release 0.6.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 2, 2021
1 parent f32e42c commit 817c410
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 21 deletions.
18 changes: 3 additions & 15 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ Change log
==========


Version 0.6.0.dev1
------------------
Version 0.6.0
-------------

Released: not yet
Released: 2021-04-02

**Incompatible changes:**

Expand All @@ -34,10 +34,6 @@ Released: not yet
'ServerDefinition' to 'Server',
'ServerDefinition...' exceptions to 'Server...'

**Deprecations:**

**Bug fixes:**

**Enhancements:**

* Integrated vault access into server definition file. The server definition
Expand All @@ -52,14 +48,6 @@ Released: not yet
required when the vault file is being encrypted, decrypted or accessed in the
encrypted state. (issue #22)

**Cleanup:**

**Known issues:**

* See `list of open issues`_.

.. _`list of open issues`: https://github.com/andy-maier/easy-server/issues


Version 0.5.0
-------------
Expand Down
2 changes: 1 addition & 1 deletion easy_server/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
"""

# For a escription, see __init__.py.
__version__ = '0.6.0.dev1'
__version__ = '0.6.0'
3 changes: 1 addition & 2 deletions minimum-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ wheel==0.36.0; python_version >= '3.9'

# Direct dependencies for installation (must be consistent with requirements.txt)

# TODO: Use package again once easy-vault 0.6.0 is released
# easy-vault==0.6.0
easy-vault==0.6.0

# PyYAML is also pulled in by dparse and python-coveralls
PyYAML==5.3.1; python_version == '2.7'
Expand Down
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@

# Direct dependencies (except pip, setuptools, wheel):

# TODO: Use package again once easy-vault 0.6.0 is released
git+https://github.com/andy-maier/easy-vault.git@master#egg=easy-vault
# easy-vault>=0.6.0
# git+https://github.com/andy-maier/easy-vault.git@master#egg=easy-vault
easy-vault>=0.6.0

# PyYAML 5.3 removed support for Python 3.4
# PyYAML 5.3 fixed narrow build error on Python 2.7
Expand Down

0 comments on commit 817c410

Please sign in to comment.