File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " django-angular-dynamic-forms" ,
3
- "version" : " 1.1.2 " ,
3
+ "version" : " 1.1.3 " ,
4
4
"license" : " MIT" ,
5
5
"description" : " Django Rest Framework meets Angular 5 material.io dynamic forms - automatic create and edit dialogs" ,
6
6
"typings" : " ./django-angular-dynamic-forms.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " django-angular-dynamic-forms" ,
3
- "version" : " 1.1.2 " ,
3
+ "version" : " 1.1.3 " ,
4
4
"license" : " MIT" ,
5
5
"description" : " Django Rest Framework meets Angular 5 material.io dynamic forms - rapid development of create and edit dialogs" ,
6
6
"typings" : " ./django-angular-dynamic-forms.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " django-angular-dynamic-forms-demo" ,
3
- "version" : " 1.1.2 " ,
3
+ "version" : " 1.1.3 " ,
4
4
"license" : " MIT" ,
5
5
"scripts" : {
6
6
"ng" : " ng" ,
Original file line number Diff line number Diff line change 25
25
# Versions should comply with PEP440. For a discussion on single-sourcing
26
26
# the version across setup.py and the project code, see
27
27
# https://packaging.python.org/en/latest/single_source_version.html
28
- version = '1.1.2 ' ,
28
+ version = '1.1.3 ' ,
29
29
30
30
description = 'Angular forms for django rest framework' ,
31
31
long_description = long_description ,
Original file line number Diff line number Diff line change 25
25
# Versions should comply with PEP440. For a discussion on single-sourcing
26
26
# the version across setup.py and the project code, see
27
27
# https://packaging.python.org/en/latest/single_source_version.html
28
- version = '1.1.2 ' ,
28
+ version = '1.1.3 ' ,
29
29
30
30
description = 'Django Rest Framework meets Angular 5 material.io dynamic forms - rapid development of create and edit dialogs' ,
31
31
long_description = long_description ,
You can’t perform that action at this time.
0 commit comments