Skip to content

Commit

Permalink
Release 1.0.3
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 5, 2020
1 parent f68eaf5 commit aeaa1a5
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 @@ -13,14 +13,10 @@ Change log
:revisions: 1


pywbem 1.0.3.dev1
-----------------

Released: not yet

**Incompatible changes:**
pywbem 1.0.3
------------

**Deprecations:**
Released: 2020-10-05

**Bug fixes:**

Expand All @@ -43,14 +39,6 @@ Released: not yet
* Removed dependency on package custom-inherit and removed package from
pywbem. (see issue #2436)

**Cleanup:**

**Known issues:**

* See `list of open issues`_.

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


pywbem 1.0.2
------------
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.0.3.dev1'
__version__ = '1.0.3'

0 comments on commit aeaa1a5

Please sign in to comment.