diff --git a/CHANGELOG.md b/CHANGELOG.md index 383982f9..ee29df7a 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-dev19` ### Enhancements diff --git a/src/_version.py b/src/_version.py index 715fc168..f38cccec 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-dev18" +__version__ = "1.0.0-dev19" diff --git a/src/secrets/Cargo.lock b/src/secrets/Cargo.lock index f9bf89b9..ea437155 100644 --- a/src/secrets/Cargo.lock +++ b/src/secrets/Cargo.lock @@ -241,7 +241,7 @@ checksum = "1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8" [[package]] name = "keyring" -version = "1.0.0-dev18" +version = "1.0.0-dev19" dependencies = [ "pyo3", "secrets_core", diff --git a/src/secrets/Cargo.toml b/src/secrets/Cargo.toml index 135a052f..19ebcdc3 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-dev18" +version = "1.0.0-dev19" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html