mirror of https://github.com/OpenKMIP/PyKMIP.git
Update the PyKMIP library version to 0.9.dev0
This change updates the library version to the next dev version, updating the changelog to reflect this change.
This commit is contained in:
parent
829df239fc
commit
a1985dfdef
|
@ -2,6 +2,13 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
.. _v0.9:
|
||||
|
||||
0.9 - `master`_
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
.. note:: This version is not yet released and is under active development.
|
||||
|
||||
.. _v0.8:
|
||||
|
||||
0.8 - May 18, 2018
|
||||
|
|
|
@ -13,4 +13,4 @@
|
|||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
__version__ = '0.8.0'
|
||||
__version__ = '0.9.dev0'
|
||||
|
|
Loading…
Reference in New Issue