Merge branch 'master-versionbump' into stage-calibration
This commit is contained in:
commit
2847fa9ab5
28 changed files with 11101 additions and 56 deletions
|
|
@ -359,7 +359,7 @@ class FastAutofocusAPI(View):
|
|||
|
||||
|
||||
autofocus_extension_v2 = BaseExtension(
|
||||
"org.openflexure.autofocus", version="2.0.0-beta.1"
|
||||
"org.openflexure.autofocus", version="2.0.0"
|
||||
)
|
||||
|
||||
autofocus_extension_v2.add_method(fast_autofocus, "fast_autofocus")
|
||||
|
|
|
|||
|
|
@ -88,7 +88,7 @@ class AutostorageExtension(BaseExtension):
|
|||
BaseExtension.__init__(
|
||||
self,
|
||||
"org.openflexure.autostorage",
|
||||
version="2.0.0-beta.1",
|
||||
version="2.0.0",
|
||||
description="Handle switching capture storage devices",
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -354,6 +354,6 @@ class TileScanAPI(View):
|
|||
return task
|
||||
|
||||
|
||||
scan_extension_v2 = BaseExtension("org.openflexure.scan", version="2.0.0-beta.1")
|
||||
scan_extension_v2 = BaseExtension("org.openflexure.scan", version="2.0.0")
|
||||
|
||||
scan_extension_v2.add_view(TileScanAPI, "/tile")
|
||||
|
|
|
|||
|
|
@ -202,7 +202,7 @@ class ZipGetterAPIView(View):
|
|||
|
||||
zip_extension_v2 = BaseExtension(
|
||||
"org.openflexure.zipbuilder",
|
||||
version="2.0.0-beta.1",
|
||||
version="2.0.0",
|
||||
description="Build and download capture collections as ZIP files",
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue