Skip to content

Commit 8d4839a

Browse files
author
Mirek Simek
committed
fixed field security mixin for guarantee
1 parent ca03000 commit 8d4839a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

demo/django/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# Versions should comply with PEP440. For a discussion on single-sourcing
2626
# the version across setup.py and the project code, see
2727
# https://packaging.python.org/en/latest/single_source_version.html
28-
version='6.1.2',
28+
version='6.1.3',
2929

3030
description='Angular forms for django rest framework',
3131
long_description=long_description,

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-demo",
3-
"version": "6.1.2",
3+
"version": "6.1.3",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve --proxy-config proxy.conf.json",

projects/django-angular-dynamic-forms/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "django-angular-dynamic-forms",
3-
"version": "6.1.2",
3+
"version": "6.1.3",
44
"license": "MIT",
55
"description": "Django Rest Framework meets Angular 5 material.io dynamic forms - rapid development of create and edit dialogs",
66
"keywords": [],

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# Versions should comply with PEP440. For a discussion on single-sourcing
2626
# the version across setup.py and the project code, see
2727
# https://packaging.python.org/en/latest/single_source_version.html
28-
version='6.1.2',
28+
version='6.1.3',
2929

3030
description='Django Rest Framework meets Angular 5 material.io dynamic forms - rapid development of create and edit dialogs',
3131
long_description=long_description,

0 commit comments

Comments
 (0)