Skip to content

Commit

Permalink
bump: version 9.1.0 → 9.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yajo committed Jan 16, 2024
1 parent 7ec887e commit 1bef95e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. This projec
adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/) versioning schema, and
the changelog itself conforms to [Keep A Changelog](https://keepachangelog.com/).

## v9.1.1 (2024-01-16)

### Fix

- don't fail in systems with windows 1252 encoding (probably)
- skip excluded paths before rendering

## v9.1.0 (2023-11-27)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ annotated_tag = true
changelog_incremental = true
tag_format = "v$version"
update_changelog_on_bump = true
version = "9.1.0"
version = "9.1.1"

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

0 comments on commit 1bef95e

Please sign in to comment.