Skip to content

Commit 8273846

Browse files
committed
update changelog and demo version
1 parent 09962b7 commit 8273846

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [2.0.1] - 2018-01-27
8+
### Changed
9+
- `get` and `forms_invalid` have been updated to call `render_to_response` instead of `render`
10+
allowing a developer to customize the response_class on a view
11+
- updated dependecies and CircleCI
12+
713
## [2.0.0] - 2017-09-14
814
### Added
915
- `get_form_kwargs` now follows the same format `get_initial` and returns an object whos keys are

demo/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Django==1.11.18
2-
-e [email protected]:timbest/django-multi-form-view.git@d7d82fbbee6646c352c73f0607f152f2cf4fcc8f#egg=django_multi_form_view
2+
-e [email protected]:timbest/django-multi-form-view.git@2be57d43e7104cfe85e00bedeb69e812a2b25b37#egg=django_multi_form_view
33
Pillow==5.4.1
44
behave==1.2.6
55
behave-django==1.1.0

setup.py

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

55
setup(
66
name='django-multi-form-view',
7-
version='2.0',
7+
version='2.0.1',
88
author=u'Tim Best',
99
packages=find_packages(),
1010
url='https://github.com/TimBest/django-multi-form-view',

0 commit comments

Comments
 (0)