Skip to content

Commit 353163f

Browse files
committed
bump: release 2.3.1 → 2.3.2
Automatically generated by Commitizen.
1 parent 3cdee37 commit 353163f

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v2.3.2 (2022-09-01)
2+
3+
### Fix
4+
5+
- fix Makefile’s check for goals that require a virtual environment (#299)
6+
7+
### Refactor
8+
9+
- **ci**: improve the release workflow (#303)
10+
111
## v2.3.1 (2022-08-26)
212

313
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ update_changelog_on_bump = true
9393
version_files = [
9494
"src/package/__init__.py:__version__",
9595
]
96-
version = "2.3.1"
96+
version = "2.3.2"
9797

9898

9999
# https://github.com/pytest-dev/pytest-cov

src/package/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# The version of this package. There's no comprehensive, official list of other
77
# magic constants, so we stick with this one only for now. See also this conversation:
88
# https://stackoverflow.com/questions/38344848/is-there-a-comprehensive-table-of-pythons-magic-constants
9-
__version__ = "2.3.1"
9+
__version__ = "2.3.2"

0 commit comments

Comments
 (0)