Skip to content

Commit

Permalink
Preparing release 4.4.1
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
mauritsvanrees committed Feb 27, 2024
1 parent cb54d42 commit 6dc6330
Show file tree
Hide file tree
Showing 4 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
4.4.1 (2024-02-27)
------------------

Bug fixes:


- Add missing ``pattern_options`` multiadapter to new PatternFormElement base class.
[petschki] (#190)
- Implement missing PasswordWidget adapter.
[petschki] (#193)


4.4.0 (2023-10-18)
------------------

Expand Down
2 changes: 0 additions & 2 deletions news/190.bugfix

This file was deleted.

2 changes: 0 additions & 2 deletions news/193.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 = "4.4.1.dev0"
version = "4.4.1"

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

0 comments on commit 6dc6330

Please sign in to comment.