Skip to content
This repository was archived by the owner on Nov 13, 2020. It is now read-only.

Commit 63b2f7d

Browse files
Bump to version 0.2.1
1 parent f91a588 commit 63b2f7d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
* 0.2.1
2+
- Fix issue that caused an empty session to not be able to be updated.
3+
14
* 0.2.0
25
- Intent handlers now receive their slots as kwargs.
36
- Added support for card creation.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
name='django-echo',
2222
packages=find_packages(),
2323
url='https://github.com/bunchesofdonald/django-echo',
24-
version='0.2.0',
24+
version='0.2.1',
2525
)

0 commit comments

Comments
 (0)