Skip to content

Commit

Permalink
Release 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robincherbonnier committed Jan 20, 2022
1 parent b432abf commit 99fc0fd
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.2.0 (2022-01-21)
==========================

- Fix issues with postgresql on CI.
- Replace deprecated yaml.load calls to fix doc build.
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.2.0.dev0'
version = '7.2.0'
json_version = latest_version

0 comments on commit 99fc0fd

Please sign in to comment.