Skip to content

Commit f27b8fb

Browse files
author
Sylvain Delabye
committed
Release 7.1.0
1 parent 25efe5e commit f27b8fb

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 7.1.0 (2021-06-28)
6+
==========================
77

88
- Added a tox job target to create a Django model graph using `dot`. Run `tox -e django_graph` to see the result. Since the database schema doesn't change that often, this tox target won't be associated with automated tests or doc generation - it's probably going to be a one-shot.
99
- Add/Confirm support of Django REST Framework 3.11 (#417).

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 = '7.1.0.dev0'
4+
version = '7.1.0'
55
json_version = latest_version

0 commit comments

Comments
 (0)