Skip to content

Commit 24be84d

Browse files
[CIVIS-9806] MAINT bump version to v2.4.0 (#503)
1 parent 74bb82f commit 24be84d

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## Unreleased
88

9+
### Added
10+
11+
### Changed
12+
13+
### Deprecated
14+
15+
### Removed
16+
17+
### Fixed
18+
19+
### Security
20+
21+
## 2.4.0 - 2024-11-11
22+
923
### Added
1024
- The new kwarg `retries` has been added to `civis.APIClient` so that
1125
a `tenacity.Retrying` instance can be provided to customize retries. (#495)
@@ -45,8 +59,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4559
now has its `value` attribute unmodified as the Python object representation
4660
of the deserialized JSON form (as opposed to being converted to a `Response`-based form). (#501)
4761

48-
### Security
49-
5062
## 2.3.0 - 2024-06-14
5163

5264
### Added

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include CHANGELOG.md

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "civis"
7-
version = "2.3.0"
7+
version = "2.4.0"
88
description = "Civis API Python Client"
99
readme = "README.rst"
1010
requires-python = ">= 3.10"

0 commit comments

Comments
 (0)