Skip to content

Commit 1bef95e

Browse files
committedJan 16, 2024
bump: version 9.1.0 → 9.1.1
1 parent 7ec887e commit 1bef95e

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
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. This projec
44
adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/) versioning schema, and
55
the changelog itself conforms to [Keep A Changelog](https://keepachangelog.com/).
66

7+
## v9.1.1 (2024-01-16)
8+
9+
### Fix
10+
11+
- don't fail in systems with windows 1252 encoding (probably)
12+
- skip excluded paths before rendering
13+
714
## v9.1.0 (2023-11-27)
815

916
### Feat

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ annotated_tag = true
138138
changelog_incremental = true
139139
tag_format = "v$version"
140140
update_changelog_on_bump = true
141-
version = "9.1.0"
141+
version = "9.1.1"
142142

143143
[build-system]
144144
requires = ["poetry-core>=1.7.0", "poetry-dynamic-versioning>=1.1.0"]

0 commit comments

Comments
 (0)
Please sign in to comment.