Skip to content

Commit adf3f44

Browse files
authored
prep for 1.3.1 (#251)
1 parent 8894e8f commit adf3f44

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
The intended audience of this file is for py42 consumers -- as such, changes that don't affect
99
how a consumer would use the library (e.g. adding unit tests, updating documentation, etc) are not captured here.
1010

11-
## Unreleased
11+
## 1.3.1 - 2021-02-25
1212

1313
### Changed
1414

1515
- Command options for `profile update`:
16-
- `-n` `--name` is not required, and if omitted with use default profile.
16+
- `-n` `--name` is not required, and if omitted will use the default profile.
1717
- `-s` `--server` and `-u` `--username` are not required and can be updated independently now.
1818
- Example: `code42 profile update -s 1.2.3.4:1234`
1919

src/code42cli/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.3.0"
1+
__version__ = "1.3.1"

0 commit comments

Comments
 (0)