Skip to content

Commit

Permalink
feat: Bump version to 1.0.2 (#101)
Browse files Browse the repository at this point in the history
* Bump version
  • Loading branch information
fsbraun authored Feb 22, 2023
1 parent 3e44163 commit ef68863
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
Changelog
=========

unpublished
===========
1.0.2
=====

* Add missing form mixin for link plugin (allowing it to be extended)
* Fix Link template choices from correct setting
* Improve carousel form, remove illegal options for Bootstrap 5

1.0.1
=====
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.0.1"
__version__ = "1.0.2"

0 comments on commit ef68863

Please sign in to comment.