Skip to content

Commit c50a452

Browse files
author
Mirek Simek
committed
version 1.1.3:
1 parent 0def092 commit c50a452

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

angular/package-dist.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "django-angular-dynamic-forms",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"license": "MIT",
55
"description": "Django Rest Framework meets Angular 5 material.io dynamic forms - automatic create and edit dialogs",
66
"typings": "./django-angular-dynamic-forms.d.ts",

angular/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": "1.1.2",
3+
"version": "1.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
"typings": "./django-angular-dynamic-forms.d.ts",

demo/angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "django-angular-dynamic-forms-demo",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",

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='1.1.2',
28+
version='1.1.3',
2929

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

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='1.1.2',
28+
version='1.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)