File tree 3 files changed +16
-3
lines changed
3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
7
## Unreleased
8
8
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
+
9
23
### Added
10
24
- The new kwarg ` retries ` has been added to ` civis.APIClient ` so that
11
25
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/).
45
59
now has its ` value ` attribute unmodified as the Python object representation
46
60
of the deserialized JSON form (as opposed to being converted to a ` Response ` -based form). (#501 )
47
61
48
- ### Security
49
-
50
62
## 2.3.0 - 2024-06-14
51
63
52
64
### Added
Original file line number Diff line number Diff line change
1
+ include CHANGELOG.md
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " civis"
7
- version = " 2.3 .0"
7
+ version = " 2.4 .0"
8
8
description = " Civis API Python Client"
9
9
readme = " README.rst"
10
10
requires-python = " >= 3.10"
You can’t perform that action at this time.
0 commit comments