diff --git a/CHANGELOG.md b/CHANGELOG.md index ef193ec..1035b19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ 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). +## [0.14.15](https://github.com/fabiocaccamo/python-fontbro/releases/tag/0.14.15) - 2023-07-31 +- Bump requirements (`fonttools`, `pillow` and `tox`). + ## [0.14.14](https://github.com/fabiocaccamo/python-fontbro/releases/tag/0.14.14) - 2023-06-05 - Allow `filepath` of type `pathib.Path` in constructor. #83 (#84) - Add possibility to create static instance by using `style_name` instead of `coordinates`. #82 (#85) diff --git a/fontbro/metadata.py b/fontbro/metadata.py index 46ba437..a554acc 100644 --- a/fontbro/metadata.py +++ b/fontbro/metadata.py @@ -4,4 +4,4 @@ __email__ = "fabio.caccamo@gmail.com" __license__ = "MIT" __title__ = "python-fontbro" -__version__ = "0.14.14" +__version__ = "0.14.15"