Skip to content

Commit ef68863

Browse files
authored
feat: Bump version to 1.0.2 (#101)
* Bump version
1 parent 3e44163 commit ef68863

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
Changelog
33
=========
44

5-
unpublished
6-
===========
5+
1.0.2
6+
=====
77

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

1112
1.0.1
1213
=====

djangocms_frontend/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
13. Github actions will publish the new package to pypi
2020
"""
2121

22-
__version__ = "1.0.1"
22+
__version__ = "1.0.2"

0 commit comments

Comments
 (0)