Skip to content

Commit

Permalink
Release 5.1.0 (#586)
Browse files Browse the repository at this point in the history
* Release 5.1.0

* Update meson.build
  • Loading branch information
danirabbit authored Sep 3, 2020
1 parent c5fac69 commit 0e54772
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions data/io.elementary.calendar.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@
</p>
</description>
<releases>
<release version="5.1.0" date="2020-06-30" urgency="medium">
<release version="5.1.0" date="2020-09-02" urgency="medium">
<description>
<p>Improvements:</p>
<ul>
<li>Allow modification of recurring events</li>
</ul>
<li>Improve handling of week start day</li>
<li>Fix timezone errors with all-day events</li>
</ul>
<p>Minor Updates:</p>
<ul>
<li>Don't resize the sidebar when resizing the window</li>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project('io.elementary.calendar',
'c', 'vala',
version: '5.0.6'
version: '5.1.0'
)

add_project_arguments('-DGETTEXT_PACKAGE="@0@"'.format(meson.project_name()), language: 'c')
Expand Down

0 comments on commit 0e54772

Please sign in to comment.