Skip to content

Commit

Permalink
Released 0.18.0
Browse files Browse the repository at this point in the history
This change:
- uses the released version of zhmcclient 0.18.0
- adds zhmcclient to minimum-constraints.txt
- sets the release date in the change log.

Signed-off-by: Andreas Maier <maiera@de.ibm.com>
  • Loading branch information
andy-maier committed Oct 17, 2017
1 parent a66ff40 commit 4180fab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/changes.rst
@@ -1,4 +1,4 @@
.. Copyright 2016-2017 IBM Corp. All Rights Reserved.
.. Copyright 2017 IBM Corp. All Rights Reserved.
..
.. Licensed under the Apache License, Version 2.0 (the "License");
.. you may not use this file except in compliance with the License.
Expand All @@ -22,7 +22,7 @@ Change log
Version 0.18.0
^^^^^^^^^^^^^^

Released: not yet
Released: 2017-10-19

This is the base version for this change log. The zhmccli project was
split off of the python-zhmcclient project based upon its released
Expand Down
1 change: 1 addition & 0 deletions minimum-constraints.txt
Expand Up @@ -45,6 +45,7 @@ pbr===1.10.0

# Direct dependencies for runtime (must be consistent with requirements.txt)

zhmcclient===0.18.0
click===6.6
click-repl===0.1.0
click-spinner===0.1.6
Expand Down
4 changes: 1 addition & 3 deletions requirements.txt
Expand Up @@ -10,9 +10,7 @@

# Direct dependencies (except pip, setuptools, wheel, pbr):

# TODO: Switch to zhmcclient>=0.18.0 once released.
git+https://github.com/zhmcclient/python-zhmcclient.git@master#egg=zhmcclient
# zhmcclient>=0.18.0 # Apache
zhmcclient>=0.18.0 # Apache

click>=6.6 # BSD
click-repl>=0.1.0 # MIT
Expand Down

0 comments on commit 4180fab

Please sign in to comment.