Skip to content

Commit 07389d6

Browse files
committed
Update version #, but will fail because I'm not quite ready to publish the new corresponding version of MathCAT
1 parent 02b5096 commit 07389d6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.toml

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

77
[package]
88
name = "MathCatForPython"
9-
version = "0.5.1"
9+
version = "0.5.2"
1010
authors = ["Neil Soiffer <soiffer@alum.mit.edu>"]
1111
edition = "2018"
1212

@@ -19,19 +19,19 @@ name = "libmathcat_py"
1919
crate-type = ["cdylib"]
2020

2121
[dependencies.mathcat]
22-
version = "0.5.1"
22+
# version = "0.5.2"
2323
# for testing MathCAT without having to publish a new version (change two occurences)
24-
# path = "../MathCAT/"
24+
path = "../MathCAT/"
2525

2626
[dependencies.pyo3]
2727
version = "0.15.1"
2828
features = ["extension-module", "abi3"]
2929

3030
[build-dependencies]
3131
zip = { version = "0.6.2", default-features = false, features = ["deflate"] }
32-
mathcat = "0.5.1"
32+
# mathcat = "0.5.2"
3333
# for testing MathCAT without having to publish a new version (change two occurences)
34-
# mathcat = {path = "../MathCAT/"}
34+
mathcat = {path = "../MathCAT/"}
3535

3636

3737
[profile.release]

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.5.1",
35+
"addon_version": "0.5.2",
3636
# Author(s)
3737
"addon_author": "Neil Soiffer <soiffer@alum.mit.edu>",
3838
# URL for the add-on documentation support
@@ -42,7 +42,7 @@ def _(arg):
4242
# Documentation file name
4343
"addon_docFileName": "readme.html",
4444
# Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional)
45-
"addon_minimumNVDAVersion": "2024.1",
45+
"addon_minimumNVDAVersion": "2019.3",
4646
# Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version)
4747
"addon_lastTestedNVDAVersion": "2024.1",
4848
# Add-on update channel (default is None, denoting stable releases,

0 commit comments

Comments
 (0)