Skip to content

Commit

Permalink
Release 1.1.0 (#1231)
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>

Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
  • Loading branch information
andy-maier committed Nov 9, 2022
1 parent a67a800 commit ef3e918
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
Expand Up @@ -9,9 +9,9 @@ on:
- # cron (in UTC): minute hour day_of_month month day_of_week
cron: '00 00 * * SUN'
push:
branches: [ master, stable_1.0 ]
branches: [ master, stable_1.1 ]
pull_request:
branches: [ master, stable_1.0 ]
branches: [ master, stable_1.1 ]

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


pywbemtools 1.1.0.dev1
----------------------
pywbemtools 1.1.0
-----------------

This version contains all fixes up to version 1.0.x.
This version contains all fixes up to version 1.0.1.

Released: not yet
Released: 2022-11-08

**Incompatible changes:**

Expand All @@ -20,8 +20,6 @@ Released: not yet
These commands are part of the namespace group ``namespace list`` and
``namespace interop``.)

**Deprecations:**

**Bug fixes:**

* Resolved new issues reported by Pylint 2.13. (issue #1164)
Expand Down Expand Up @@ -116,12 +114,6 @@ Released: not yet
* Update to requirements files for new Nov 2022 security issues with wheel,
safety, and py. (see PR # 1627)

**Known issues:**

* See `list of open issues`_.

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


pywbemtools 1.0.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__ = '1.1.0.dev1'
__version__ = '1.1.0'

0 comments on commit ef3e918

Please sign in to comment.