Skip to content

Commit

Permalink
Release 1.1.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 Oct 6, 2020
1 parent 72d786d commit ff0520f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ before_install:
# ended up being too difficult, so we go with a manually updated env var
# for now.

- export STABLE_BRANCH=stable_1.0
- export STABLE_BRANCH=stable_1.1

- echo TRAVIS_BRANCH=$TRAVIS_BRANCH
- echo TRAVIS_PULL_REQUEST_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
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:: 1.0
.. _Readme file on GitHub: https://github.com/pywbem/pywbem/blob/stable_1.0/README.rst
.. _Documentation on RTD: https://pywbem.readthedocs.io/en/stable_1.0/
.. _Change log on RTD: https://pywbem.readthedocs.io/en/stable_1.0/changes.html
.. |pywbem-version-mn| replace:: 1.1
.. _Readme file on GitHub: https://github.com/pywbem/pywbem/blob/stable_1.1/README.rst
.. _Documentation on RTD: https://pywbem.readthedocs.io/en/stable_1.1/
.. _Change log on RTD: https://pywbem.readthedocs.io/en/stable_1.1/changes.html
.. # end of customization for the current version
Pywbem is a WBEM client and WBEM indication listener and provides related
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ install:
# rebase the 'manual-ci-*' branches on the target branch of their PR, for
# consistency with the Travis setup.

- set STABLE_BRANCH=stable_1.0
- set STABLE_BRANCH=stable_1.1

- echo APPVEYOR_REPO_BRANCH=%APPVEYOR_REPO_BRANCH%
- echo APPVEYOR_PULL_REQUEST_HEAD_REPO_BRANCH=%APPVEYOR_PULL_REQUEST_HEAD_REPO_BRANCH%
Expand Down
16 changes: 4 additions & 12 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@ Change log
:revisions: 1


pywbem 1.1.0.dev1
-----------------

This version contains all fixes up to pywbem 1.0.x.
pywbem 1.1.0
------------

Released: not yet
This version contains all fixes up to pywbem 1.0.3.

**Incompatible changes:**
Released: 2020-10-05

**Deprecations:**

Expand Down Expand Up @@ -155,12 +153,6 @@ Released: not yet

* Complete test of embedded instances. (see issue #464)

**Known issues:**

* See `list of open issues`_.

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


pywbem 1.0.0
------------
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.1.0.dev1'
__version__ = '1.1.0'

0 comments on commit ff0520f

Please sign in to comment.