Skip to content

Commit

Permalink
Release 0.8.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 May 1, 2021
1 parent 0f75092 commit 6fb7482
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 17 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.7 ]
branches: [ master, stable_0.8 ]
pull_request:
branches: [ master, stable_0.7 ]
branches: [ master, stable_0.8 ]

jobs:

Expand Down
18 changes: 4 additions & 14 deletions docs/changes.rst
Expand Up @@ -17,16 +17,12 @@ Change log
==========


Version 0.8.0.dev1
------------------

This version contains all fixes up to version 0.7.x.

Released: not yet
Version 0.8.0
-------------

**Incompatible changes:**
This version contains all fixes up to version 0.7.1.

**Deprecations:**
Released: 2021-05-01

**Bug fixes:**

Expand All @@ -41,12 +37,6 @@ Released: not yet

* Docs: Removed unused 'vault_file' variable from example code.

**Known issues:**

* See `list of open issues`_.

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


Version 0.7.0
-------------
Expand Down
2 changes: 1 addition & 1 deletion easy_server/_version.py
Expand Up @@ -18,4 +18,4 @@
"""

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

0 comments on commit 6fb7482

Please sign in to comment.