Skip to content

Commit

Permalink
Set version to 0.74.0 (#3261)
Browse files Browse the repository at this point in the history
  • Loading branch information
mworrell committed Jan 16, 2023
1 parent e1ba0a5 commit 535abba
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Expand Up @@ -61,9 +61,9 @@
# built documents.
#
# The short X.Y version.
version = '0.73'
version = '0.74'
# The full version, including alpha/beta/rc tags.
release = '0.73.0'
release = '0.74.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
34 changes: 34 additions & 0 deletions doc/developer-guide/releasenotes/rel_0.74.0.rst
@@ -0,0 +1,34 @@
.. _rel-0.74.0:

Release 0.74.0
==============

Welcome to Zotonic 0.74.0, released on January 16, 2023.

This is a maintenance release.

Main changes are:

* New notification to continue on signup-page after signup
* Show versions of modules and Zotonic on /admin/modules
* Improved hreflang link tags for SEO

Commits since 0.73.0
--------------------

Marc Worrell (10):

* Tune memory usage on 0.x (#3211)
* mod_cookie_consent: small css changes (#3210)
* mod_acl_user_groups: use psql 'any' instead of nested query (0.x) (#3215)
* mod_admin_modules: show the version of modules in the admin/modules (#3241)
* Signup confirm redirect (0.x) (#3243)
* core: flush caches if rollback happens during module schema install. (#3248)
* mod_admin_modules: add warning if not all modules are running. (#3249)
* mod_admin: remove compile warning
* mod_seo: do not set home page to noindex on missing languages (0.x) (#3257)
* mod_translation: remove title attribute from hreflang link tags

Rob van den Bogaard (1):

* mod_admin_identity: Require module use rights to view user info data (#3235)
2 changes: 1 addition & 1 deletion include/zotonic_release.hrl
Expand Up @@ -17,4 +17,4 @@
%% limitations under the License.

%% Release number
-define(ZOTONIC_VERSION, "0.73.0").
-define(ZOTONIC_VERSION, "0.74.0").
2 changes: 1 addition & 1 deletion src/zotonic.app.src
@@ -1,7 +1,7 @@
%% -*- mode: erlang -*-
{application, zotonic,
[{description, "zotonic"},
{vsn, "0.73.0"},
{vsn, "0.74.0"},
{modules,
[
zotonic,
Expand Down

0 comments on commit 535abba

Please sign in to comment.