Skip to content

Commit

Permalink
Bumped version to 3.4.0rc3 (django-cms#5680)
Browse files Browse the repository at this point in the history
* Updated css, icon and font files

* Bumped version to 3.4.0rc3
  • Loading branch information
czpython authored Sep 14, 2016
1 parent 7f50bb8 commit 3b43f39
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,5 +1,5 @@
# -*- coding: utf-8 -*-

__version__ = '3.4.0rc2'
__version__ = '3.4.0rc3'

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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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.4.0rc2/django-cms-iconfont.eot");
src: url("../../fonts/3.4.0rc2/django-cms-iconfont.eot#iefix") format("eot"),
url("../../fonts/3.4.0rc2/django-cms-iconfont.woff2") format("woff2"),
url("../../fonts/3.4.0rc2/django-cms-iconfont.woff") format("woff"),
url("../../fonts/3.4.0rc2/django-cms-iconfont.ttf") format("truetype"),
url("../../fonts/3.4.0rc2/django-cms-iconfont.svg#django-cms-iconfont") format("svg");
src: url("../../fonts/3.4.0rc3/django-cms-iconfont.eot");
src: url("../../fonts/3.4.0rc3/django-cms-iconfont.eot#iefix") format("eot"),
url("../../fonts/3.4.0rc3/django-cms-iconfont.woff2") format("woff2"),
url("../../fonts/3.4.0rc3/django-cms-iconfont.woff") format("woff"),
url("../../fonts/3.4.0rc3/django-cms-iconfont.ttf") format("truetype"),
url("../../fonts/3.4.0rc3/django-cms-iconfont.svg#django-cms-iconfont") format("svg");
font-weight: normal;
font-style: normal;
}
Expand Down

0 comments on commit 3b43f39

Please sign in to comment.