Skip to content

Commit 59d3aad

Browse files
committed
Bump version to 1.0.0-dev20 [ci skip]
Signed-off-by: zowe-robot <zowe.robot@gmail.com>
1 parent 66b711f commit 59d3aad

4 files changed

Lines changed: 4 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to the Zowe Client Python SDK will be documented in this file.
44

5-
## Recent Changes
5+
## `1.0.0-dev20`
66

77
### Enhancements
88

src/_version.py

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1 @@
1-
"""Zowe Python Client SDK.
2-
3-
This program and the accompanying materials are made available under the terms of the
4-
Eclipse Public License v2.0 which accompanies this distribution, and is available at
5-
6-
https://www.eclipse.org/legal/epl-v20.html
7-
8-
SPDX-License-Identifier: EPL-2.0
9-
10-
Copyright Contributors to the Zowe Project.
11-
"""
12-
__version__ = "1.0.0-dev19"
1+
__version__ = "1.0.0.dev20"

src/secrets/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/secrets/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "keyring"
33
readme = "README.md"
44
repository = "https://github.com/zowe/zowe-client-python-sdk"
5-
version = "1.0.0-dev19"
5+
version = "1.0.0-dev20"
66
edition = "2021"
77

88
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)