Skip to content

Commit

Permalink
Set version to 0.78.1 (#3469)
Browse files Browse the repository at this point in the history
  • Loading branch information
mworrell committed Jul 5, 2023
1 parent f7c3507 commit 87c9e4d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
# The short X.Y version.
version = '0.78'
# The full version, including alpha/beta/rc tags.
release = '0.78.0'
release = '0.78.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
15 changes: 15 additions & 0 deletions doc/developer-guide/releasenotes/rel_0.78.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
.. _rel-0.78.1:

Release 0.78.1
==============

Welcome to Zotonic 0.78.1, released on July 6, 2023.

This is a maintenance release.

Commits since 0.78.0
--------------------

Marc Worrell (1):

* core: store temp rsc id in session for lookup by id (#3468)
2 changes: 1 addition & 1 deletion include/zotonic_release.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
%% limitations under the License.

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

0 comments on commit 87c9e4d

Please sign in to comment.