Skip to content

Commit

Permalink
Preparing release 3.0.3
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
mauritsvanrees committed May 22, 2023
1 parent 7f5c54c commit 4e0aa66
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ Changelog
.. towncrier release notes start
3.0.3 (2023-05-22)
------------------

Bug fixes:


- extends the the calculation of url if resolveuid part of link in LinkRedirectView @1letter (#626)
- Remove the unused dependency plone.app.event
[@folix-01] (#663)


3.0.2 (2023-04-14)
------------------

Expand Down
1 change: 0 additions & 1 deletion news/626.bugfix

This file was deleted.

2 changes: 0 additions & 2 deletions news/663.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 @@ -4,7 +4,7 @@
import os


version = "3.0.3.dev0"
version = "3.0.3"


def read(*rnames):
Expand Down

0 comments on commit 4e0aa66

Please sign in to comment.