Skip to content

Commit 697f6bc

Browse files
committed
Release 0.13.0
CHANGELOG --------- - Add contextualize function for form definition (#241). - Small flake8-related fixes (#240).
1 parent b4b9c63 commit 697f6bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
ChangeLog
33
=========
44

5-
master (unreleased)
6-
===================
5+
Release 0.13.0 (2017-07-13)
6+
===========================
77

88
- Add contextualize function for form definition (#241).
99
- Small flake8-related fixes (#240).

formidable/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
default_app_config = 'formidable.app.FormidableConfig'
22

3-
version = '0.13.0.dev0'
3+
version = '0.13.0'

0 commit comments

Comments
 (0)