Skip to content

Commit

Permalink
Release 1.0.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 Feb 1, 2022
1 parent 704e757 commit 3023dda
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ on:
- # cron (in UTC): minute hour day_of_month month day_of_week
cron: '30 01 * * SUN'
push:
branches: [ master, stable_0.9 ]
branches: [ master, stable_1.0 ]
pull_request:
branches: [ master, stable_0.9 ]
branches: [ master, stable_1.0 ]

env:
# WBEM server image on Docker Hub as repository:tag.
Expand Down
16 changes: 4 additions & 12 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ Change log
==========


pywbemtools 1.0.0.dev1
----------------------
pywbemtools 1.0.0
-----------------

This version contains all fixes up to version 0.9.x.
This version contains all fixes up to version 0.9.1.

Released: not yet
Released: 2022-02-01

**Incompatible changes:**

Expand All @@ -26,8 +26,6 @@ Released: not yet
by the ``--include-instances`` option which performs exactly the same function.
(see issue # 1142)

**Deprecations:**

**Bug fixes:**

* Test: Fixed that test_utils.py changed the PYWBEMCLI_TERMWIDTH env var
Expand Down Expand Up @@ -198,12 +196,6 @@ Released: not yet
version 0.90 in favor of the ``--include-instances`` option which performs
exactly the same function. (see issue # 1142)

**Known issues:**

* See `list of open issues`_.

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


pywbemtools 0.9.0
-----------------
Expand Down
2 changes: 1 addition & 1 deletion pywbemtools/_version.py
Original file line number Diff line number Diff line change
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__ = '1.0.0.dev1'
__version__ = '1.0.0'

0 comments on commit 3023dda

Please sign in to comment.