Skip to content

Commit

Permalink
Bump to 3.8.2 (#7593)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Jun 21, 2023
1 parent ef9c9a8 commit 7953221
Show file tree
Hide file tree
Showing 20 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion cms/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

__version__ = '3.8.1'
__version__ = '3.8.2'

default_app_config = 'cms.apps.CMSConfig'

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

0 comments on commit 7953221

Please sign in to comment.