From 914f02de71f95d49852c734d8a53cddaab207724 Mon Sep 17 00:00:00 2001 From: Reef Turner Date: Mon, 7 Dec 2020 18:19:24 +0800 Subject: [PATCH 1/2] start dev cycle for 2021.1 --- source/buildVersion.py | 6 +++--- user_docs/en/changes.t2t | 15 +++++++++++++++ 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/source/buildVersion.py b/source/buildVersion.py index 1333239a4cc..88ca1e9dc69 100644 --- a/source/buildVersion.py +++ b/source/buildVersion.py @@ -1,5 +1,5 @@ #A part of NonVisual Desktop Access (NVDA) -#Copyright (C) 2006-2019 NV Access Limited +#Copyright (C) 2006-2020 NV Access Limited #This file is covered by the GNU General Public License. #See the file COPYING for more details. @@ -65,8 +65,8 @@ def formatVersionForGUI(year, major, minor): # Version information for NVDA name = "NVDA" -version_year = 2020 -version_major = 4 +version_year = 2021 +version_major = 1 version_minor = 0 version_build = 0 # Should not be set manually. Set in 'sconscript' provided by 'appVeyor.yml' version=_formatDevVersionString() diff --git a/user_docs/en/changes.t2t b/user_docs/en/changes.t2t index c86ea2e6269..77d011b0480 100644 --- a/user_docs/en/changes.t2t +++ b/user_docs/en/changes.t2t @@ -3,6 +3,21 @@ What's New in NVDA %!includeconf: ../changes.t2tconf += 2021.1 = + +== New Features == + + +== Changes == + + +== Bug Fixes == + + +== Changes for Developers == +- Note: this is a Add-on API compatibility breaking realease. Add-ons will need to be re-tested and have their manifest updated. + + = 2020.4 = == New Features == From c2e78fbf02e9f1a44a7eeb314b6c60fe04ebb1cc Mon Sep 17 00:00:00 2001 From: Reef Turner Date: Tue, 8 Dec 2020 09:55:20 +0800 Subject: [PATCH 2/2] fix lint error --- source/buildVersion.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/buildVersion.py b/source/buildVersion.py index 88ca1e9dc69..dd10aafa766 100644 --- a/source/buildVersion.py +++ b/source/buildVersion.py @@ -1,7 +1,7 @@ -#A part of NonVisual Desktop Access (NVDA) -#Copyright (C) 2006-2020 NV Access Limited -#This file is covered by the GNU General Public License. -#See the file COPYING for more details. +# A part of NonVisual Desktop Access (NVDA) +# Copyright (C) 2006-2020 NV Access Limited +# This file is covered by the GNU General Public License. +# See the file COPYING for more details. import os