mirror of https://github.com/OpenKMIP/PyKMIP.git
Merge pull request #440 from OpenKMIP/feat/bump-version
Update the PyKMIP library version to 0.9.dev0
This commit is contained in:
commit
fcae8a5048
|
@ -2,6 +2,13 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
.. _v0.9:
|
||||||
|
|
||||||
|
0.9 - `master`_
|
||||||
|
~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
.. note:: This version is not yet released and is under active development.
|
||||||
|
|
||||||
.. _v0.8:
|
.. _v0.8:
|
||||||
|
|
||||||
0.8 - May 18, 2018
|
0.8 - May 18, 2018
|
||||||
|
|
|
@ -13,4 +13,4 @@
|
||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
__version__ = '0.8.0'
|
__version__ = '0.9.dev0'
|
||||||
|
|
Loading…
Reference in New Issue