Skip to content

Commit

Permalink
Release 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain Delabye committed Jun 28, 2021
1 parent 25efe5e commit f27b8fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
ChangeLog
=========

master (unreleased)
==================
Release 7.1.0 (2021-06-28)
==========================

- 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.
- Add/Confirm support of Django REST Framework 3.11 (#417).
Expand Down
2 changes: 1 addition & 1 deletion formidable/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .json_migrations import latest_version

default_app_config = 'formidable.app.FormidableConfig'
version = '7.1.0.dev0'
version = '7.1.0'
json_version = latest_version

0 comments on commit f27b8fb

Please sign in to comment.