Skip to content

Commit

Permalink
bump to 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrargyrum committed Sep 5, 2023
1 parent a321aa3 commit 2e83233
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
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.
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).

## [5.1.1] - 2023-09-05
### Added
- CI on gitlab to run tests

### Fixed
- require at least pillow >6

## [5.1.0] - 2023-04-28
### Added
- "vignette" logger
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,4 @@ Version

.. $version
Vignette is currently at version 5.1.0 and uses `Semantic Versioning <https://semver.org/>`_.
Vignette is currently at version 5.1.1 and uses `Semantic Versioning <https://semver.org/>`_.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.1.0
5.1.1
2 changes: 1 addition & 1 deletion vignette/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
"""


VERSION = '5.1.0' # $version
VERSION = '5.1.1' # $version

"""Version of the vignette library."""

Expand Down

0 comments on commit 2e83233

Please sign in to comment.