Skip to content

Commit

Permalink
Release 0.15.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 Dec 2, 2019
1 parent 2c5c5a5 commit b3386b3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pywbem - A WBEM client and related utilities, written in pure Python
====================================================================

.. # begin of customization for the current version
.. |pywbem-version| replace:: 0.14.6
.. |pywbem-version| replace:: 0.15.0
.. |pywbem-next-version| replace:: 1.0.0
.. |pywbem-next-issue| replace:: 1413
.. # end of customization for the current version
Expand Down
8 changes: 4 additions & 4 deletions README_PYPI.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
.. # we have to specify the package version directly in the links.
.. # begin of customization for the current version
.. |pywbem-version-mn| replace:: 0.14
.. _Readme file on GitHub: https://github.com/pywbem/pywbem/blob/stable_0.14/README.rst
.. _Documentation on RTD: https://pywbem.readthedocs.io/en/stable_0.14/
.. _Change log on RTD: https://pywbem.readthedocs.io/en/stable_0.14/changes.html
.. |pywbem-version-mn| replace:: 0.15
.. _Readme file on GitHub: https://github.com/pywbem/pywbem/blob/stable_0.15/README.rst
.. _Documentation on RTD: https://pywbem.readthedocs.io/en/stable_0.15/
.. _Change log on RTD: https://pywbem.readthedocs.io/en/stable_0.15/changes.html
.. # end of customization for the current version
Pywbem is a WBEM client, written in pure Python. It supports Python 2 and
Expand Down
12 changes: 1 addition & 11 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,9 @@ Change log
pywbem 0.15.0
-------------

This version is currently in development and is shown as |version|.

This version contains all fixes up to pywbem 0.14.6.

Released: not yet

**Incompatible changes:**
Released: 2019-12-01

**Deprecations:**

Expand Down Expand Up @@ -145,12 +141,6 @@ Released: not yet
native Python types int, long, float. These types cannot occur in this
function, so no tests could be written that test that code.

**Known issues:**

* See `list of open issues`_.

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


pywbem 0.14.6
-------------
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__ = '0.14.6.dev1'
__version__ = '0.15.0'

0 comments on commit b3386b3

Please sign in to comment.