Skip to content

Commit

Permalink
Release 0.9.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 4, 2021
1 parent fbd527b commit e874b74
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 15 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: '30 03 * * SUN'
push:
branches: [ master, stable_0.8 ]
branches: [ master, stable_0.9 ]
pull_request:
branches: [ master, stable_0.8 ]
branches: [ master, stable_0.9 ]

env:
# WBEM server image on Docker Hub as repository:tag.
Expand Down
19 changes: 7 additions & 12 deletions docs/changes.rst
Expand Up @@ -5,12 +5,12 @@ Change log
==========


pywbemtools 0.9.0.dev1
----------------------
pywbemtools 0.9.0
-----------------

This version contains all fixes up to pywbemtools 0.8.x.
This version contains all fixes up to pywbemtools 0.8.1.

Released: not yet
Released: 2021-05-03

**Incompatible changes:**

Expand Down Expand Up @@ -70,8 +70,9 @@ Released: not yet
and displaying of PYWBEMCLI environment variables during testing in verbose
mode.

* Change add_mof() to only display exceptions received if not MOFCompileError
since the MOF compiler logs all MOFCompileError exceptions. (see issue #395)
* Change MOFCompiler.add_mof/remove_mof() to only display exceptions received
if not MOFCompileError since the MOF compiler logs all MOFCompileError
exceptions. (see issue #395)

**Enhancements:**

Expand Down Expand Up @@ -142,12 +143,6 @@ Released: not yet
test specifies stdin for the test, because the 'pdb' test condition disables
the stdin/stdout/stderr redirection.

**Known issues:**

* See `list of open issues`_.

.. _`list of open issues`: https://github.com/pywbem/pywbemtools/issues


pywbemtools 0.8.0
-----------------
Expand Down
2 changes: 1 addition & 1 deletion pywbemtools/_version.py
Expand Up @@ -25,4 +25,4 @@
#:
#: * "M.N.P.devD": Development level D of a not yet released version M.N.P
#: * "M.N.P": A released version M.N.P
__version__ = '0.9.0.dev1'
__version__ = '0.9.0'

0 comments on commit e874b74

Please sign in to comment.