Skip to content

Commit 02ce662

Browse files
committed
bump version #s
1 parent 4f80f66 commit 02ce662

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[package]
88
name = "MathCatForPython"
9-
version = "0.7.6-rc.3" # on github, this will be replaced by the current MathCAT version
9+
version = "0.7.6-rc.4" # on github, this will be replaced by the current MathCAT version
1010
authors = ["Neil Soiffer <soiffer@alum.mit.edu>"]
1111
edition = "2024"
1212
resolver = "2" # allows different build dependency features

buildVars.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def _(arg):
4646
# Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional)
4747
"addon_minimumNVDAVersion": "2025.1",
4848
# Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version)
49-
"addon_lastTestedNVDAVersion": "2026.1",
49+
"addon_lastTestedNVDAVersion": "2026.2",
5050
# Add-on update channel (default is None, denoting stable releases,
5151
# and for development releases, use "dev".)
5252
# Do not change unless you know what you are doing!

0 commit comments

Comments
 (0)