Skip to content

Commit

Permalink
Set version to 0.67.0 (#3036)
Browse files Browse the repository at this point in the history
  • Loading branch information
mworrell committed Jul 5, 2022
1 parent 6fcf947 commit a1bf37d
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
# built documents.
#
# The short X.Y version.
version = '0.66'
version = '0.67'
# The full version, including alpha/beta/rc tags.
release = '0.66.0'
release = '0.67.0'

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

Release 0.67.0
==============

Welcome to Zotonic 0.67.0, released on July 5, 2022.

This is a maintenance release.

Main changes are:

* Fix an issue with the sendfile repository being removed from GitHub
* Better next/prev month calculation

Commits since 0.66.0
--------------------

Marc Worrell (5):

* core: add z_datetime:next_month/2 and z_datetime:prev_month/2. (#3014)
* core: fix an issue where the email recipient was not properly escaped when an override was set. (#3018)
* mod_seo_sitemap: update sitemap on pivot, remove prio 0 resources from urlsets (0.x) (#3029)
* Update webzmachine, remove sendfile (#3034)
* Remove sendfile from .app.src
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.66.0").
-define(ZOTONIC_VERSION, "0.67.0").
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.66.0"},
{vsn, "0.67.0"},
{modules,
[
zotonic,
Expand Down

0 comments on commit a1bf37d

Please sign in to comment.