version: 22.07.0

Message ID 20221122085538.3487691-1-lijuan.tu@intel.com (mailing list archive)
State Accepted
Headers
Series version: 22.07.0 |

Checks

Context Check Description
ci/Intel-dts-suite-test warning SKIPPED

Commit Message

Tu, Lijuan Nov. 22, 2022, 8:55 a.m. UTC
  Signed-off-by: Lijuan Tu <lijuan.tu@intel.com>
---
 doc/dts_gsg/rel_notes/index.rst | 1 +
 version.py                      | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
  

Comments

Tu, Lijuan Nov. 23, 2022, 2:58 a.m. UTC | #1
On Tue, 22 Nov 2022 16:55:38 +0800, Lijuan Tu <lijuan.tu@intel.com> wrote:
> Signed-off-by: Lijuan Tu <lijuan.tu@intel.com>


Applied, thanks
  

Patch

diff --git a/doc/dts_gsg/rel_notes/index.rst b/doc/dts_gsg/rel_notes/index.rst
index c805d91e..dbfe4450 100644
--- a/doc/dts_gsg/rel_notes/index.rst
+++ b/doc/dts_gsg/rel_notes/index.rst
@@ -9,3 +9,4 @@  Release Notes
 
     release_21_11
     release_22_03
+    release_22_07
diff --git a/version.py b/version.py
index 6d985e7d..7c612bdc 100755
--- a/version.py
+++ b/version.py
@@ -1,7 +1,7 @@ 
 # <COPYRIGHT_TAG>
 
 VERSION_MAJOR = "22"
-VERSION_MINOR = "03"
+VERSION_MINOR = "07"
 VERSION_PATCH = "0"
 VERSION_EXTRA = ""