summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2021-08-16 18:41:26 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2021-08-16 18:41:26 -0300
commit4d9f6618f05430618941d60d9122fed508607f53 (patch)
tree3373c39f3f852f158128c548126a3260768e8e0f
parentfebfe599ffc5657369247e5bbe98ee4e0c5ede2a (diff)
downloadgnome-calendar-41.beta.tar.gz
41.beta41.beta
-rw-r--r--NEWS4
-rw-r--r--meson.build2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 867d46e5..d0ac05f4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Major changes in 41.beta:
+* Implement opening ICS files and importing events
+* Updated translations
+
Major changes in 41.alpha:
* Introduce the new event preview popover
* Updated translations
diff --git a/meson.build b/meson.build
index ed3a1832..fab1a4da 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'gnome-calendar',
'c',
- version: '41.alpha',
+ version: '41.beta',
license: 'GPL3+',
meson_version: '>= 0.53.0'
)