Skip to content

Commit ee938ca

Browse files
committed
chore(release): release v3.2.0
Automatically generated by python-semantic-release
1 parent 4483d17 commit ee938ca

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ Changelog
33

44
<!--next-version-placeholder-->
55

6+
## v3.2.0 (2023-02-18)
7+
### Feature
8+
* **dependencies:** Add python 3.11 support and drop python 3.6 support ([`e4cb0d8`](https://github.com/Toilal/rebulk/commit/e4cb0d854cd8ea80da9abe46d2b3405a873e2020))
9+
10+
### Fix
11+
* Remove pytest-runner from setup_requires ([`4483d17`](https://github.com/Toilal/rebulk/commit/4483d1777f6a61d20ed83da760663aec67e22042))
12+
613
## v3.1.0 (2021-11-04)
714
### Feature
815
* **defaults:** Add overrides support ([#25](https://github.com/Toilal/rebulk/issues/25)) ([`f79e5ea`](https://github.com/Toilal/rebulk/commit/f79e5eab0806787ff19a4c668bf9f88413b67288))

rebulk/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
Version module
55
"""
66
# pragma: no cover
7-
__version__ = '3.1.0'
7+
__version__ = '3.2.0'

0 commit comments

Comments
 (0)