Skip to content

Commit

Permalink
Release/4.0.1dev4 (#7862)
Browse files Browse the repository at this point in the history
* Bumped version number

* Frontend bundle generated

* remove old version files

---------

Co-authored-by: Josh Yu <joshyu@foxmail.com>
  • Loading branch information
joshyu and Josh Yu committed Mar 29, 2024
1 parent bdd495d commit 2bc6306
Show file tree
Hide file tree
Showing 21 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion cms/__init__.py
@@ -1,3 +1,3 @@
__version__ = '4.0.1.dev2'
__version__ = '4.0.1.dev4'

default_app_config = 'cms.apps.CMSConfig'
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions cms/static/cms/sass/components/_iconography.scss
Expand Up @@ -4,12 +4,12 @@
// default font file generated by gulp
@font-face {
font-family: "django-cms-iconfont";
src: url("../../fonts/4.0.1.dev2/django-cms-iconfont.eot");
src: url("../../fonts/4.0.1.dev2/django-cms-iconfont.eot#iefix") format("eot"),
url("../../fonts/4.0.1.dev2/django-cms-iconfont.woff2") format("woff2"),
url("../../fonts/4.0.1.dev2/django-cms-iconfont.woff") format("woff"),
url("../../fonts/4.0.1.dev2/django-cms-iconfont.ttf") format("truetype"),
url("../../fonts/4.0.1.dev2/django-cms-iconfont.svg#django-cms-iconfont") format("svg");
src: url("../../fonts/4.0.1.dev4/django-cms-iconfont.eot");
src: url("../../fonts/4.0.1.dev4/django-cms-iconfont.eot#iefix") format("eot"),
url("../../fonts/4.0.1.dev4/django-cms-iconfont.woff2") format("woff2"),
url("../../fonts/4.0.1.dev4/django-cms-iconfont.woff") format("woff"),
url("../../fonts/4.0.1.dev4/django-cms-iconfont.ttf") format("truetype"),
url("../../fonts/4.0.1.dev4/django-cms-iconfont.svg#django-cms-iconfont") format("svg");
font-weight: normal;
font-style: normal;
}
Expand Down

0 comments on commit 2bc6306

Please sign in to comment.