Skip to content

Commit

Permalink
Preparing release 3.0.6
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
mauritsvanrees committed Apr 23, 2024
1 parent ee9ebe9 commit 2c58045
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ Changelog
.. towncrier release notes start
3.0.6 (2024-04-23)
------------------

Bug fixes:


- Fix #122 validating if image is supported by PIL showing a validation error if not.
Include Pillow dependency in setup.py.
Fix ValueError: User could not be found in BaseTest setUp adding a transaction.commit().
[rber474] (#122)


3.0.5 (2024-03-19)
------------------

Expand Down
4 changes: 0 additions & 4 deletions news/122.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup


version = "3.0.6.dev0"
version = "3.0.6"

long_description = (
f"{Path('README.rst').read_text()}\n{Path('CHANGES.rst').read_text()}"
Expand Down

0 comments on commit 2c58045

Please sign in to comment.