Skip to content

Commit

Permalink
Release 1.4.2
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 Oct 12, 2022
1 parent a6df941 commit df8f3ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
18 changes: 3 additions & 15 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,17 @@ Change log
:revisions: 1


pywbem 1.4.2.dev1
-----------------
pywbem 1.4.2
------------

Released: not yet
Released: 2022-10-11

**Incompatible changes:**

* The removal of internal symbols from the 'pywbem_mock' Python namespace may
cause name errors in your code, if you were using them.
(related to issue #2888)

**Deprecations:**

**Bug fixes:**

* Test: Mitigated incorrect version of testfixtures package on Python 3.5
Expand Down Expand Up @@ -63,16 +61,6 @@ Released: not yet
* Added security issues 50748, 50571, 50664, 50663, 50892, 50885, 50886 to
Makefile ignore list of new security issue August and September 2022.

**Enhancements:**

**Cleanup:**

**Known issues:**

* See `list of open issues`_.

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


pywbem 1.4.1
------------
Expand Down
2 changes: 1 addition & 1 deletion pywbem/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,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.4.2.dev1'
__version__ = '1.4.2'

0 comments on commit df8f3ab

Please sign in to comment.