Skip to content

Commit

Permalink
Use 16.10 (minor release) rather than 16.9.2 (patch release).
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeyer committed Jan 3, 2024
1 parent 9aad8df commit 951584e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ them for evaluation and feedback. If you encounter an issue or have feedback abo
please contact us or `file issues
<https://github.com/nion-software/nionswift/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 <https://github.com/nion-software/nionswift/issues/995>`_)
* Add scroll bar to activity panel to prevent it growing beyond its available height. (`#992 <https://github.com/nion-software/nionswift/issues/992>`_)
Expand Down
4 changes: 2 additions & 2 deletions meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion nion/swift/Application.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 951584e

Please sign in to comment.