Skip to content

Commit bf623bd

Browse files
committed
Bump version
1 parent 3ee26f2 commit bf623bd

File tree

3 files changed

+20
-5
lines changed

3 files changed

+20
-5
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
0.10.0 2016-10-31 - Beta
2+
------------------------
3+
4+
- Forms - Upgrade to Materialize CSS 0.97.8
5+
- Frontend, Admin - New sidebar with user photo
6+
- Frontend, Admin - Massive CSS/JS/HTML cleanup
7+
- Frontend, Admin - Serve minfied js/css in the production mode
8+
- Frontend - Switch from unsupported PJAX to Turbolinks!
9+
- Admin - Use `model_admin.has_module_permission()` permission check
10+
111
0.9.2 2016-10-27 - Beta
212
-----------------------
313

README.rst

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,12 @@ Django Material Pro has a commercial-friendly license and distributed as part of
4949
Changelog
5050
=========
5151

52-
0.9.2 2016-10-27 - Beta
53-
-----------------------
54-
55-
- Fix admin read-only field for simple values
52+
0.10.0 2016-10-31 - Beta
53+
------------------------
54+
55+
- Forms - Upgrade to Materialize CSS 0.97.8
56+
- Frontend, Admin - New sidebar with user photo
57+
- Frontend, Admin - Massive CSS/JS/HTML cleanup
58+
- Frontend, Admin - Serve minfied js/css in the production mode
59+
- Frontend - Switch from unsupported PJAX to Turbolinks!
60+
- Admin - Use `model_admin.has_module_permission()` permission check

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='django-material',
10-
version='0.9.2',
10+
version='0.10.0',
1111
description='Material design for django forms and admin',
1212
license='BSD',
1313
author='Mikhail Podgurskiy',

0 commit comments

Comments
 (0)