Skip to content

Commit ee1b47e

Browse files
authored
Merge pull request #685 from cordada/release/v0.32.0
Release v0.32.0
2 parents ddc5508 + 1530138 commit ee1b47e

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.31.0
2+
current_version = 0.32.0
33
commit = True
44
tag = False
55
message = chore: Bump version from {current_version} to {new_version}

HISTORY.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# History
22

3+
## 0.32.0 (2024-08-28)
4+
5+
- (PR #660, 2024-08-23) chore: Bump setuptools from 65.5.1 to 70.3.0
6+
- (PR #672, 2024-08-23) chore: Bump django from 4.2.14 to 4.2.15
7+
- (PR #676, 2024-08-23) chore(deps): Update `pip` from 23.3 to 24.2
8+
- (PR #677, 2024-08-23) chore(deps): Update `wheel` from ≤0.43.0 to 0.44.0
9+
- (PR #675, 2024-08-23) Replace Setuptools Configuration with Python Project Configuration
10+
- (PR #670, 2024-08-23) chore: Bump jsonschema from 4.22.0 to 4.23.0
11+
- (PR #678, 2024-08-23) chore: Bump the development-dependencies group across 1 directory with 7 updates
12+
- (PR #679, 2024-08-23) chore: Bump the production-dependencies group across 1 directory with 2 updates
13+
- (PR #680, 2024-08-23) Test coverage broken by migration from `setup.py` to `pyproject.toml`
14+
- (PR #668, 2024-08-23) chore: Bump pyopenssl from 24.1.0 to 24.2.1
15+
- (PR #673, 2024-08-23) chore(deps): Bump importlib-metadata from 7.1.0 to 8.4.0
16+
- (PR #681, 2024-08-28) Move Flake8 configuration from `setup.cfg` to its own file
17+
- (PR #682, 2024-08-28) Move Coverage.py configuration from `setup.cfg` to its own file
18+
- (PR #683, 2024-08-28) Replace `setup.py sdist` and `bdist_wheel` with `build`
19+
- (PR #684, 2024-08-28) When running `twine check`, fail on warnings
20+
321
## 0.31.0 (2024-07-17)
422

523
- (PR #661, 2024-07-17) extras: Add `RutFilter` for Django views and DRF views

src/cl_sii/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
55
"""
66

7-
__version__ = '0.31.0'
7+
__version__ = '0.32.0'

0 commit comments

Comments
 (0)