Skip to content

Commit

Permalink
Set version to 0.78.0 (#3462)
Browse files Browse the repository at this point in the history
  • Loading branch information
mworrell committed Jun 29, 2023
1 parent 08ec295 commit 6a5ee50
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.77'
version = '0.78'
# The full version, including alpha/beta/rc tags.
release = '0.77.0'
release = '0.78.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.78.0.rst
@@ -0,0 +1,20 @@
.. _rel-0.78.0:

Release 0.78.0
==============

Welcome to Zotonic 0.78.0, released on June 29, 2023.

This is a maintenance release.

Main changes are:

* Added /.well-known/security.txt

Commits since 0.77.0
--------------------

Marc Worrell (2):

* core: add security.txt support (#3458)
* security.txt: do not use the admin email address (#3460)
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.77.0").
-define(ZOTONIC_VERSION, "0.78.0").
2 changes: 1 addition & 1 deletion src/zotonic.app.src
@@ -1,7 +1,7 @@
%% -*- mode: erlang -*-
{application, zotonic,
[{description, "zotonic"},
{vsn, "0.77.0"},
{vsn, "0.78.0"},
{modules,
[
zotonic,
Expand Down

0 comments on commit 6a5ee50

Please sign in to comment.