Skip to content

Commit

Permalink
Release 3.3.3 (django-cms#5719)
Browse files Browse the repository at this point in the history
* Updated CHANGELOG

* Updated css, icon and font files

* Bumped version to 3.3.3
  • Loading branch information
czpython authored Oct 4, 2016
1 parent df3b67c commit a8d3cb8
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
=== 3.3.3 (unreleased) ===
=== 3.3.3 (2016-10-04) ===

* Fixed a bug where where the plugin picker would display the plugin names
translated in the request language instead of the user's language.
Expand Down
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.3.3rc1'
__version__ = '3.3.3'

default_app_config = 'cms.apps.CMSConfig'
2 changes: 1 addition & 1 deletion cms/static/cms/css/cms.base.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cms/static/cms/css/cms.pagetree.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cms/static/cms/css/cms.welcome.css

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

Binary file modified cms/static/cms/fonts/django-cms-iconfont.eot
Binary file not shown.
Binary file modified cms/static/cms/fonts/django-cms-iconfont.ttf
Binary file not shown.
Binary file modified cms/static/cms/fonts/django-cms-iconfont.woff
Binary file not shown.
Binary file modified cms/static/cms/fonts/django-cms-iconfont.woff2
Binary file not shown.

0 comments on commit a8d3cb8

Please sign in to comment.