File tree 4 files changed +4
-4
lines changed
projects/django-angular-dynamic-forms
4 files changed +4
-4
lines changed 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 = '6.1.2 ' ,
28
+ version = '6.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 1
1
{
2
2
"name" : " angular-demo" ,
3
- "version" : " 6.1.2 " ,
3
+ "version" : " 6.1.3 " ,
4
4
"scripts" : {
5
5
"ng" : " ng" ,
6
6
"start" : " ng serve --proxy-config proxy.conf.json" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " django-angular-dynamic-forms" ,
3
- "version" : " 6.1.2 " ,
3
+ "version" : " 6.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
"keywords" : [],
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 = '6.1.2 ' ,
28
+ version = '6.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