Skip to content

Commit

Permalink
Set version to 0.73.0 (#3209)
Browse files Browse the repository at this point in the history
  • Loading branch information
mworrell committed Dec 8, 2022
1 parent 0bc7668 commit 21df4c6
Show file tree
Hide file tree
Showing 4 changed files with 24 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.72'
version = '0.73'
# The full version, including alpha/beta/rc tags.
release = '0.72.0'
release = '0.73.0'

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

Release 0.73.0
==============

Welcome to Zotonic 0.73.0, released on December 8, 2022.

This is a maintenance release.

Main changes are:

* Fix an issue where the next was not set in m_search_result

Commits since 0.72.0
--------------------

Marc Worrell (2):

* mod_cookie_consent: cosmetic changes (#3204)
* Fix an issue where the next was not set in m_search_result (#3206)
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.72.0").
-define(ZOTONIC_VERSION, "0.73.0").
2 changes: 1 addition & 1 deletion src/zotonic.app.src
@@ -1,7 +1,7 @@
%% -*- mode: erlang -*-
{application, zotonic,
[{description, "zotonic"},
{vsn, "0.72.0"},
{vsn, "0.73.0"},
{modules,
[
zotonic,
Expand Down

0 comments on commit 21df4c6

Please sign in to comment.