diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ff85eca..13b94a78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to the Zowe Client Python SDK will be documented in this file. -## Recent Changes +## `1.0.0-dev20` ### Enhancements diff --git a/src/_version.py b/src/_version.py index 610fd61e..f2d92d6e 100644 --- a/src/_version.py +++ b/src/_version.py @@ -1,12 +1 @@ -"""Zowe Python Client SDK. - -This program and the accompanying materials are made available under the terms of the -Eclipse Public License v2.0 which accompanies this distribution, and is available at - -https://www.eclipse.org/legal/epl-v20.html - -SPDX-License-Identifier: EPL-2.0 - -Copyright Contributors to the Zowe Project. -""" -__version__ = "1.0.0-dev19" +__version__ = "1.0.0.dev20" diff --git a/src/secrets/Cargo.lock b/src/secrets/Cargo.lock index ea437155..e936cc6b 100644 --- a/src/secrets/Cargo.lock +++ b/src/secrets/Cargo.lock @@ -241,7 +241,7 @@ checksum = "1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8" [[package]] name = "keyring" -version = "1.0.0-dev19" +version = "1.0.0-dev20" dependencies = [ "pyo3", "secrets_core", diff --git a/src/secrets/Cargo.toml b/src/secrets/Cargo.toml index 19ebcdc3..7d00b636 100644 --- a/src/secrets/Cargo.toml +++ b/src/secrets/Cargo.toml @@ -2,7 +2,7 @@ name = "keyring" readme = "README.md" repository = "https://github.com/zowe/zowe-client-python-sdk" -version = "1.0.0-dev19" +version = "1.0.0-dev20" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html