diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 26af5df5..7f7caf3b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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. diff --git a/docs/changes.rst b/docs/changes.rst index 38b89f55..fe6d1c77 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -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:** @@ -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 @@ -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 ----------------- diff --git a/pywbemtools/_version.py b/pywbemtools/_version.py index 247fb43e..033eb6ab 100644 --- a/pywbemtools/_version.py +++ b/pywbemtools/_version.py @@ -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'