Skip to content

Commit fde4a70

Browse files
author
Juliya Smith
authoredJun 17, 2021
release prep (#294)
1 parent c9f925a commit fde4a70

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ 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.7.0 - 2021-06-17
1212

1313
### Added
1414

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"keyrings.alt==3.2.0",
4040
"ipython>=7.16.1",
4141
"pandas>=1.1.3",
42-
"py42>=1.14.2",
42+
"py42>=1.15.0",
4343
],
4444
extras_require={
4545
"dev": [

‎src/code42cli/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.6.1"
1+
__version__ = "1.7.0"

0 commit comments

Comments
 (0)
Please sign in to comment.