diff --git a/docs/index.rst b/docs/index.rst index 9990beb4c..b5713b2c5 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,6 +1,6 @@ .. _index: -Nion Swift User's Guide (16.9.2) +Nion Swift User's Guide (16.10.0) ================================ Nion Swift is open source scientific image processing software integrating hardware control, data acquisition, visualization, processing, and analysis using Python. Nion Swift is easily extended using Python. It runs on diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 71471541b..cd01ff746 100755 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -12,7 +12,7 @@ them for evaluation and feedback. If you encounter an issue or have feedback abo please contact us or `file issues `_. -Version 16.9.2 (2024-01-03) +Version 16.10.0 (2024-01-03) ---------------------------- * Fix crash when screen properties change. Also respond better to DPI changes. (`#995 `_) * Add scroll bar to activity panel to prevent it growing beyond its available height. (`#992 `_) diff --git a/meta.yaml b/meta.yaml index 4f6e9b426..ab75420d3 100644 --- a/meta.yaml +++ b/meta.yaml @@ -2,10 +2,10 @@ package: name: 'nionswift' - version: '16.9.2' + version: '16.10.0' source: - git_rev: 16.9.2 + git_rev: 16.10.0 git_url: https://github.com/nion-software/nionswift.git build: diff --git a/nion/swift/Application.py b/nion/swift/Application.py index 2cb9e505c..5397b4f63 100644 --- a/nion/swift/Application.py +++ b/nion/swift/Application.py @@ -203,7 +203,7 @@ def __init__(self, ui: UserInterface.UserInterface, set_global: bool = True) -> ui.set_persistence_handler(PersistenceHandler()) setattr(self.ui, "persistence_root", "3") # sets of preferences - self.version_str = "16.9.2" + self.version_str = "16.10.0" self.document_model_available_event = Event.Event() diff --git a/setup.cfg b/setup.cfg index a1155febb..b9c26fcab 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = nionswift -version = 16.9.2 +version = 16.10.0 author = Nion Software author_email = swift@nion.com description = Nion Swift: Scientific Image Processing.