Skip to content

Commit ec58369

Browse files
committed
v6.1.0
1 parent 0640bd6 commit ec58369

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
ChangeLog
33
=========
44

5-
master (unreleased)
6-
===================
5+
Release 6.1.0 (2020-10-07)
6+
==========================
77

88
- Pass context to serializer in from_json.
99
- Fix license reference in setup.py (#402).

formidable/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from .json_migrations import latest_version
22

33
default_app_config = 'formidable.app.FormidableConfig'
4-
version = '6.1.0.dev0'
4+
version = '6.1.0'
55
json_version = latest_version

0 commit comments

Comments
 (0)