diff --git a/RELEASING/README.md b/RELEASING/README.md index 90e0519c7..767e3be6d 100644 --- a/RELEASING/README.md +++ b/RELEASING/README.md @@ -102,6 +102,13 @@ folder. Now you can announce the release on the mailing list, make sure to use the proper template +## Post release + +In `UPDATING.md`, a file that contains a list of notifications around +deprecations and upgrading-related topics, +make sure to move the content now under the `Next Version` section under a new +section for the new release. + ## Build from source tarball To make a working build given a tarball diff --git a/UPDATING.md b/UPDATING.md index 946df61c3..55923ec8f 100644 --- a/UPDATING.md +++ b/UPDATING.md @@ -36,6 +36,8 @@ using `ENABLE_PROXY_FIX = True`, review the newly-introducted variable, backend serialization. To disable set `RESULTS_BACKEND_USE_MSGPACK = False` in your configuration. +## 0.34.0 + * [7848](https://github.com/apache/incubator-superset/pull/7848): If you are running redis with celery, celery bump to 4.3.0 requires redis-py upgrade to 3.2.0 or later.