Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
The intended audience of this file is for py42 consumers -- as such, changes that don't affect
how a consumer would use the library (e.g. adding unit tests, updating documentation, etc) are not captured here.

## 1.18.1 - - 2024-04-25

### Changed

- Increased HTTP client timeout from 1 minute to 3 minutes.

## 1.18.0 - 2023-11-30

### Added
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
setup(
name="code42cli",
version=about["__version__"],
url="https://github.com/code42/py42",
url="https://github.com/code42/code42cli",
project_urls={
"Issue Tracker": "https://github.com/code42/code42cli/issues",
"Documentation": "https://clidocs.code42.com/",
Expand All @@ -40,7 +40,7 @@
"ipython>=7.16.3;python_version<'3.8'",
"ipython>=8.10.0;python_version>='3.8'",
"pandas>=1.1.3",
"py42>=1.26.0",
"py42>=1.27.1",
"setuptools>=66.0.0",
],
extras_require={
Expand Down
2 changes: 1 addition & 1 deletion src/code42cli/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.18.0"
__version__ = "1.18.1"