Skip to content

Commit

Permalink
Upgrade MMCore to 11.1.1
Browse files Browse the repository at this point in the history
Adds enableFeature() and isFeatureEnabled().
Adds the feature "StrictInitializationChecks".

Make pre-init property settability conditional: Setting a pre-init
property after initialization is an error if Core feature
StrictInitializationChecks is enabled. Otherwise it is a warning.
  • Loading branch information
marktsuchida committed Dec 1, 2023
1 parent 34a179c commit 46b620c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pymmcore/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "11.0.0.71.1.dev0"
__version__ = "11.1.1.71.0.dev0"

0 comments on commit 46b620c

Please sign in to comment.