Skip to content

Commit

Permalink
Update CHANGELOG and version.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocaccamo committed Dec 18, 2023
1 parent 03530de commit 34b9aaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

get_variable_instance_by_style_name
## [0.17.2](https://github.com/fabiocaccamo/python-fontbro/releases/tag/0.17.2) - 2023-12-18
- Fix possible `TypeError`: '<' not supported between instances of 'NoneType' and 'int'.

## [0.17.1](https://github.com/fabiocaccamo/python-fontbro/releases/tag/0.17.1) - 2023-12-18
- Add `get_variable_instance_by_style_name` method.
Expand Down
2 changes: 1 addition & 1 deletion fontbro/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
__email__ = "fabio.caccamo@gmail.com"
__license__ = "MIT"
__title__ = "python-fontbro"
__version__ = "0.17.1"
__version__ = "0.17.2"

0 comments on commit 34b9aaf

Please sign in to comment.