Skip to content

Commit 7f803d1

Browse files
committed
Update version numbers
1 parent 2e42823 commit 7f803d1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[package]
88
name = "MathCatForPython"
9-
version = "0.6.8"
9+
version = "0.6.9"
1010
authors = ["Neil Soiffer <soiffer@alum.mit.edu>"]
1111
edition = "2018"
1212
resolver = "2" # allows different build dependency features
@@ -21,7 +21,7 @@ name = "libmathcat_py"
2121
crate-type = ["cdylib"]
2222

2323
[dependencies.mathcat]
24-
version = "=0.6.8"
24+
version = "=0.6.9"
2525
# for testing MathCAT without having to publish a new version (change two occurrences)
2626
# path = "../MathCAT/"
2727
features = ["include-zip"] # for building, we want the zip files so we can include them separately
@@ -31,8 +31,8 @@ version = "0.22"
3131
features = ["extension-module", "abi3"]
3232

3333
[build-dependencies]
34-
zip = { version = "2.1", default-features = false, features = ["bzip2"] }
35-
mathcat = {version = "=0.6.8", features = ["include-zip"]} # for building, we want the zip files so we can include them separately
34+
zip = { version = "2.6", default-features = false, features = ["bzip2"] }
35+
mathcat = {version = "=0.6.9", features = ["include-zip"]} # for building, we want the zip files so we can include them separately
3636
# mathcat = { path = "../MathCAT/", features = ["include-zip"]} # for building, we want the zip files so we can include them separately
3737
# for testing MathCAT without having to publish a new version (change two occurrences)
3838

buildVars.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def _(arg):
3232
and other translations are in progress."""
3333
),
3434
# version
35-
"addon_version": "0.6.8",
35+
"addon_version": "0.6.9",
3636
# Author(s)
3737
"addon_author": "Neil Soiffer <soiffer@alum.mit.edu>",
3838
# URL for the add-on documentation support
@@ -44,7 +44,7 @@ def _(arg):
4444
# Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional)
4545
"addon_minimumNVDAVersion": "2024.1",
4646
# Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version)
47-
"addon_lastTestedNVDAVersion": "2024.4",
47+
"addon_lastTestedNVDAVersion": "2025.1",
4848
# Add-on update channel (default is None, denoting stable releases,
4949
# and for development releases, use "dev".)
5050
# Do not change unless you know what you are doing!

0 commit comments

Comments
 (0)