Skip to content

Commit e2d8c0e

Browse files
authored
Merge pull request #172 from britive/develop
v1.8.3
2 parents b136c52 + 0f95035 commit e2d8c0e

4 files changed

Lines changed: 25 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
33
* As of v1.4.0 release candidates will be published in an effort to get new features out faster while still allowing
44
time for full QA testing before moving the release candidate to a full release.
55

6+
## v1.8.3 [2024-08-20]
7+
8+
__What's New:__
9+
10+
* None
11+
12+
__Enhancements:__
13+
14+
* None
15+
16+
__Bug Fixes:__
17+
18+
* None
19+
20+
__Dependencies:__
21+
22+
* `setuptools` when running in python 3.12 environments.
23+
24+
__Other:__
25+
26+
* None
27+
628
## v1.8.2 [2024-07-26]
729

830
__What's New:__

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ dependencies = [
2727
"python-dateutil",
2828
"PyYAML",
2929
"requests>=2.31.0",
30+
"setuptools; python_version >= '3.12'",
3031
"tabulate",
3132
"toml"
3233
]

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ pytest
1515
python-dateutil
1616
PyYAML
1717
requests
18+
setuptools; python_version >= "3.12"
1819
tabulate
1920
toml
2021
twine

src/pybritive/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.8.2'
1+
__version__ = '1.8.3'

0 commit comments

Comments
 (0)