Skip to content

Commit

Permalink
ci: Release 1.3.1 (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun authored Apr 13, 2024
1 parent b3100fc commit ce882c3
Show file tree
Hide file tree
Showing 6 changed files with 3,266 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
Changelog
=========

1.3.1 (2024-04-12)
==================

* fix: Allow page titles to contain ampersand (&) by @fsbraun in https://github.com/django-cms/djangocms-frontend/pull/202
* fix: Use gettext_lazy for model verbose names by @tidenhub in https://github.com/django-cms/djangocms-frontend/pull/203
* fix: Add `dir` attribute to `html` tag in `djangocms_frontend.html` by @sakhawy in https://github.com/django-cms/djangocms-frontend/pull/204

**New Contributors**

* @tidenhub made their first contribution in https://github.com/django-cms/djangocms-frontend/pull/203
* @sakhawy made their first contribution in https://github.com/django-cms/djangocms-frontend/pull/204

1.3.0 (2024-03-21)
==================

Expand Down
2 changes: 1 addition & 1 deletion djangocms_frontend/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
13. Github actions will publish the new package to pypi
"""

__version__ = "1.3.0"
__version__ = "1.3.1"
Binary file not shown.
Loading

0 comments on commit ce882c3

Please sign in to comment.