Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions source/buildVersion.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#A part of NonVisual Desktop Access (NVDA)
#Copyright (C) 2006-2019 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

Expand Down Expand Up @@ -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()
Expand Down
15 changes: 15 additions & 0 deletions user_docs/en/changes.t2t
Original file line number Diff line number Diff line change
Expand Up @@ -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 ==
Expand Down