Skip to content

Commit 6619fdf

Browse files
authored
bump (#96)
1 parent 70c6b08 commit 6619fdf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,10 +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+
## 0.7.0 - 2020-06-08
1212

1313
### Changed
1414

15+
- `code42cli` no longer supports python 2.7.
16+
1517
- `code42 profile create` now uses required `--name`, `--server` and `--username` flags instead of positional arguments.
1618

1719
- `code42 high-risk-employee add-risk-tags` now uses required `--username` and `--tag` flags instead of positional arguments.

src/code42cli/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.6.0b2"
1+
__version__ = "0.7.0"

0 commit comments

Comments
 (0)