[pitivi] Release 2021.01



commit abbc67ef2cb4eecc80a9e06ce140651f91a0cb4b
Author: Alexandru Băluț <alexandru balut gmail com>
Date:   Mon Feb 1 01:13:41 2021 +0100

    Release 2021.01

 NEWS                                  | 8 ++++++++
 data/org.pitivi.Pitivi.appdata.xml.in | 9 +++++++++
 meson.build                           | 2 +-
 3 files changed, 18 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index ccbbe25a0..9919e05c6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Version 2021.01
+~~~~~~~~~~~~~~~
+Released: 2021-01-31
+
+New Features:
+ - The Render dialog has been further simplified.
+ - Lots of bugfixes.
+
 Version 2020.09
 ~~~~~~~~~~~~~~~
 Released: 2020-09-30
diff --git a/data/org.pitivi.Pitivi.appdata.xml.in b/data/org.pitivi.Pitivi.appdata.xml.in
index 5f8cc3186..d1af6a344 100644
--- a/data/org.pitivi.Pitivi.appdata.xml.in
+++ b/data/org.pitivi.Pitivi.appdata.xml.in
@@ -41,6 +41,15 @@
   <developer_name>The Pitivi Team</developer_name>
 
   <releases>
+    <release version="2021.01" date="2021-01-31">
+      <description>
+        <p>This release adds the following features:</p>
+        <ul>
+          <li>The Render dialog has been further simplified.</li>
+          <li>Lots of bugfixes.</li>
+        </ul>
+      </description>
+    </release>
     <release version="2020.09" date="2020-09-30">
       <description>
         <p>This release adds the following features:</p>
diff --git a/meson.build b/meson.build
index ff4b721c3..574a5e53b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('pitivi', 'c', version : '2020.09.2', meson_version : '>= 0.46.0')
+project('pitivi', 'c', version : '2021.01', meson_version : '>= 0.46.0')
 host_system = host_machine.system()
 
 pymod = import('python')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]