Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
75 commits
Select commit Hold shift + click to select a range
de5a7d6
Stop including sphinx source in distributables
llimeht Oct 29, 2025
d58170e
Add new module for managing access to module resources
llimeht Oct 30, 2025
68fd826
Drop extract-module-resource.py in favour of new module within sas.sy…
llimeht Oct 30, 2025
0fdd55c
Add path_to_resource function for on-disk resources
llimeht Oct 30, 2025
084572f
Extend resource discovery to find directories of resources
llimeht Oct 30, 2025
4010978
Allow PurePath for obtaining resources
llimeht Oct 30, 2025
561a967
Add test suite for sas/system/resources.py
llimeht Oct 30, 2025
2f9bd4b
Support zip-bundle, whl modules and pyinstaller layout in resources
llimeht Oct 30, 2025
34c5a7e
cherry-pick fixes from #3667
llimeht Oct 30, 2025
3e759b0
Fix type annotation for constructor
llimeht Oct 30, 2025
4c3a30f
Fix signal handling in DocViewWindow
llimeht Oct 30, 2025
69d12aa
Use ModuleResources to find documentation
llimeht Oct 30, 2025
edfa28d
Factor out help system config into a class
llimeht Oct 30, 2025
6b0159c
Factor out module resources and help config into sas.system
llimeht Oct 30, 2025
c572845
Explicitly export __version__
llimeht Oct 30, 2025
4842f10
Use re rather than globs for Python 3.12 compatibility
llimeht Oct 30, 2025
3040ed8
Drop unused _tutorialLocation member
llimeht Nov 6, 2025
44edb95
Let ruff format UnitTesting/GuiManagerTest.py
llimeht Nov 6, 2025
5e77d59
Make doc loading robust against missing docs
llimeht Nov 6, 2025
43c0c9a
set value of Parameters in constraints hook, rather than slot
bmaranville Dec 8, 2025
fdd9132
constraint retrieved from table in ConstraintWidget is always a strin…
bmaranville Dec 8, 2025
3a6a29b
remove debugging print statement
bmaranville Dec 8, 2025
b8c14b9
pressing cancel button on dialog did not have the right effect - need…
bmaranville Dec 8, 2025
b8bb9da
Get parameter base name from the polydisp model row label
dehoni Nov 17, 2025
452e40b
[pre-commit.ci lite] apply automatic fixes for ruff linting errors
pre-commit-ci-lite[bot] Nov 17, 2025
5127266
Update data operations panel to ensure the data name check matches th…
krzywon Dec 8, 2025
8f65f27
Remove debugging print statement
krzywon Dec 8, 2025
226a620
Adds logger error for unsuitably scaled axes
DrPaulSharp Nov 17, 2025
44b4320
fixed disconnect logic.
rozyczko Nov 16, 2025
f58822f
Revert the polydisp table to the original state on model change
rozyczko Nov 15, 2025
3806af3
Add files via upload
conanr-create Nov 12, 2025
1ccbb57
Fixes for quick plotting - both 1D and 3D
rozyczko Nov 12, 2025
055eb4f
[pre-commit.ci lite] apply automatic fixes for ruff linting errors
pre-commit-ci-lite[bot] Nov 12, 2025
4c080ff
we need the unused import - force ruff
rozyczko Nov 12, 2025
8e28a9e
implemented tiered warning when requesting scattering calcs for large…
klytje Nov 11, 2025
ddc1dfd
moved import
klytje Nov 11, 2025
cf82a45
removed timings
klytje Nov 11, 2025
a8f681d
[pre-commit.ci lite] apply automatic fixes for ruff linting errors
pre-commit-ci-lite[bot] Nov 11, 2025
273adef
addressed comments
klytje Nov 11, 2025
b907882
[pre-commit.ci lite] apply automatic fixes for ruff linting errors
pre-commit-ci-lite[bot] Nov 11, 2025
94097f1
removed unnecessary print
klytje Nov 11, 2025
c10b7d4
addressed second round of comments
klytje Nov 12, 2025
51d6044
Fix typo in help documentation for fitting options
butlerpd Nov 11, 2025
7e41401
Delete dead code test runner
llimeht Oct 30, 2025
36d7472
Remove Thumbs.db image cache from git
llimeht May 13, 2025
376d338
Drop ancient Qt5 installer details for centos
llimeht Nov 4, 2025
6d13bee
Delete obsolete setuptools manifest
llimeht Nov 4, 2025
6c14f93
Fix logger string for Category
llimeht Nov 7, 2025
b79e578
Drop sphinx as a runtime dependency
llimeht May 13, 2025
816437f
Remove big vtk and sld example files from distribution
llimeht Jun 28, 2025
15260cc
Shrink icon file
llimeht Jun 28, 2025
8463699
Omit extra 'media' copy of tutorials
llimeht Jun 28, 2025
237c074
OS-agnostic path check to see if module is in file path
krzywon Dec 18, 2025
28d338f
point to the correct logic
rozyczko Jan 23, 2026
07090ef
Move the about text from the About box to sas.system.legal so multipl…
krzywon Jan 23, 2026
df5cf94
Update tutorials.rst to inform users the files will be downloaded, no…
krzywon Jan 23, 2026
4e7cff3
Update RELEASE.rst to link to known issues as a part of v6.1.2 and v6…
krzywon Jan 23, 2026
39208ea
Add internal links to release notes to jump to specific version notes
krzywon Jan 23, 2026
463cd6b
Update release notes to include notes for v6.1.3 (based on alpha rele…
krzywon Jan 23, 2026
c048f09
Update the version number in all known locations
krzywon Jan 23, 2026
d440f70
Update the copyright year to 2026 for hard-coded years
krzywon Jan 23, 2026
75c06d2
Include Romain in contributors list
krzywon Jan 23, 2026
a068362
Update release date in version.py
krzywon Jan 23, 2026
7298bb8
Update zenodo DOI for sasview
krzywon Jan 23, 2026
49b7757
Ensure new contributor matches format as all other contributors
krzywon Jan 28, 2026
f2e40f1
Merge pull request #3844 from SasView/documentation-for-release-6.1.3
krzywon Jan 28, 2026
4ada769
Solves polydispersity 2D bug
DrPaulSharp Jan 30, 2026
46b564c
Reinstate find_plugins_dir import in FittingWidget.py
krzywon Feb 2, 2026
f362487
return correct flag
rozyczko Feb 3, 2026
23d8c7d
Merge pull request #3843 from SasView/3783-polydispersity-fitting-not…
krzywon Feb 17, 2026
69028b9
Update release date for sasview flatpak
krzywon Mar 10, 2026
dc0bd29
Update 6.1.3 release notes to match final notes
krzywon Mar 10, 2026
cb52d14
Merge main into release-6.1.3 branch
krzywon Mar 11, 2026
7741088
Update welcome panel unit test to match latest description
krzywon Mar 11, 2026
7bd56ca
Merge main into release-6.1.3-merged and resolve conflicts
krzywon May 5, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE.TXT
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2009-2025, SasView Developers
Copyright (c) 2009-2026, SasView Developers

All rights reserved.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<url type="vcs-browser">https://github.com/SasView/sasview</url>

<releases>
<release version="6.1.1" date="2025-09-15"></release>
<release version="6.1.3" date="2026-03-11"></release>
</releases>

<launchable type="desktop-id">org.sasview.sasview.desktop</launchable>
Expand Down
1 change: 1 addition & 0 deletions build_tools/contributors.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Name Affiliation Creator Producer RelatedPerson ReleaseManager ORCID Notes
"Cadwallader-Jones, Iestyn" Institut Laue-Langevin x None
"Campbell, Kieran" ISIS Neutron and Muon Source x None
"Cho, Jae-Hie" "University of Tennessee, Knoxville" x None
"Conan, Romain" "Charles University" x None
"Cooper-Benun, Torin" ISIS Neutron and Muon Source x None
"Cortes Hernandez, R" "University of Tennessee, Knoxville" x None
"Corona, Patrick" "University of California, Santa Barbara" x None
Expand Down
97 changes: 97 additions & 0 deletions docs/sphinx-docs/source/user/RELEASE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,66 @@ Release Notes
Features
========

Jump to:
:ref:`release_6_1_3` | :ref:`release_6_1_2` | :ref:`release_6_1_1` | :ref:`release_6_1_0`
| :ref:`release_6_0_1` | :ref:`release_6_0_0`
| :ref:`release_5_0_6` | :ref:`release_5_0_5` | :ref:`release_5_0_4` | :ref:`release_5_0_3` | :ref:`release_5_0_2`
| :ref:`release_5_0_1` | :ref:`release_5_0_0`
| :ref:`release_4_2_0` | :ref:`release_4_1_2` | :ref:`release_4_1_1` | :ref:`release_4_1_0`
| :ref:`release_4_0_1` | :ref:`release_4_0_0`
| :ref:`release_3_1_2` | :ref:`release_3_1_1` | :ref:`release_3_1_0` | :ref:`release_3_0_0`
| :ref:`release_2_2_1` | :ref:`release_2_2_0`

.. _release_6_1_3:
New in Version 6.1.3
--------------------

This is a minor bug fix release of SasView. It is built with Sasmodels v1.0.12, Sasdata v0.11.0, and Bumps v1.0.2.

Bug fixes
^^^^^^^^^

* Fix handling cancel action on single fit with multi constraint by @bmaranville in https://github.com/SasView/sasview/pull/3808
* Fix unchecking constraints by @bmaranville in https://github.com/SasView/sasview/pull/3809
* Fix complex compiled constraints by @bmaranville in https://github.com/SasView/sasview/pull/3811
* Fix for project load breaking the replace fit button by @krzywon in https://github.com/SasView/sasview/pull/3816
* Fixing name for dispersity parameter for multishell models by @dehoni in https://github.com/SasView/sasview/pull/3779
* Adds logger error for unsuitably scaled axes by @DrPaulSharp in https://github.com/SasView/sasview/pull/3778
* Fixed disconnect logic with the proper PySide6 signal checking method by @rozyczko in https://github.com/SasView/sasview/pull/3771
* Revert the polydisp table to the original state on model change by @rozyczko in https://github.com/SasView/sasview/pull/3768
* Fixes for quick plotting - both 1D and 3D by @rozyczko in https://github.com/SasView/sasview/pull/3749
* Warn user before starting scattering calcs on large structures by @klytje in https://github.com/SasView/sasview/pull/3737
* Ensure polydispersity and magnetic parameters are available in batch fitting by @rozyczko in https://github.com/SasView/sasview/pull/3843
* Ensure orientation parameters are available in polydispersity panel by @DrPaulSharp in https://github.com/SasView/sasview/pull/3855
* Fix issue related to model order in constrained fit window by @rozyczko in https://github.com/SasView/sasview/pull/3857

Documentation fixes
^^^^^^^^^^^^^^^^^^^

* Factor out documentation-locating code to be portable by @llimeht in https://github.com/SasView/sasview/pull/3667
* Prevent crashes and log errors if docs can't be found by @llimeht in https://github.com/SasView/sasview/pull/3689
* Fix typo in Kiessig calculator documentation by @conanr-create in https://github.com/SasView/sasview/pull/3750
* Fix typo in help documentation for fitting options by @butlerpd in https://github.com/SasView/sasview/pull/3736

Linting changes
^^^^^^^^^^^^^^^

* Clean up some nitpicks - dead file removal by @llimeht in https://github.com/SasView/sasview/pull/3735
* Remove some big files from the distributions by @llimeht in https://github.com/SasView/sasview/pull/3482

## New Contributors
* @conanr-create made their first contribution in https://github.com/SasView/sasview/pull/3750

**Full Changelog**: https://github.com/SasView/sasview/compare/v6.1.2...v6.1.3a1

Known Issues
^^^^^^^^^^^^
All known bugs and feature requests can be found in the issues on github.

`sasview issues <https://github.com/SasView/sasview/issues>`_ | `sasmodels issues <https://github.com/SasView/sasmodels/issues>`_ | `sasdata issues <https://github.com/SasView/sasdata/issues>`_


.. _release_6_1_2:
New in Version 6.1.2
--------------------

Expand Down Expand Up @@ -70,6 +130,14 @@ Infrastructure Changes

**Full Changelog**: https://github.com/SasView/sasview/compare/v6.1.1...v6.1.2rc1

Known Issues
^^^^^^^^^^^^
All known bugs and feature requests can be found in the issues on github.

`sasview issues <https://github.com/SasView/sasview/issues>`_ | `sasmodels issues <https://github.com/SasView/sasmodels/issues>`_ | `sasdata issues <https://github.com/SasView/sasdata/issues>`_


.. _release_6_1_1:
New in Version 6.1.1
--------------------

Expand Down Expand Up @@ -124,7 +192,14 @@ Infrastructure Changes

**Full Changelog**: https://github.com/SasView/sasview/compare/v6.1.0...v6.1.1

Known Issues
^^^^^^^^^^^^
All known bugs and feature requests can be found in the issues on github.

`sasview issues <https://github.com/SasView/sasview/issues>`_ | `sasmodels issues <https://github.com/SasView/sasmodels/issues>`_ | `sasdata issues <https://github.com/SasView/sasdata/issues>`_


.. _release_6_1_0:
New in Version 6.1.0
--------------------

Expand Down Expand Up @@ -175,6 +250,7 @@ All known bugs and feature requests can be found in the issues on github.
`sasview issues <https://github.com/SasView/sasview/issues>`_ | `sasmodels issues <https://github.com/SasView/sasmodels/issues>`_ | `sasdata issues <https://github.com/SasView/sasdata/issues>`_


.. _release_6_0_1:
New in Version 6.0.1
--------------------
This is a bug fix release and the issues fixed for this release are described below.
Expand Down Expand Up @@ -221,6 +297,7 @@ All known bugs and feature requests can be found in the issues on github.
`sasview issues <https://github.com/SasView/sasview/issues>`_ | `sasmodels issues <https://github.com/SasView/sasmodels/issues>`_ | `sasdata issues <https://github.com/SasView/sasdata/issues>`_


.. _release_6_0_0:
New in Version 6.0.0
--------------------
This is a major release with a number of new features, enhancements, and bug fixes as described below. Many of the new
Expand Down Expand Up @@ -398,6 +475,7 @@ Note the sasmodels issues are now separate from the sasview issues (i.e. differe
`[sasmodels] <https://github.com/SasView/sasmodels/milestones>`_


.. _release_5_0_6:
New in Version 5.0.6
--------------------
This is a point release which fixes a number of issues reported in earlier versions
Expand Down Expand Up @@ -476,6 +554,7 @@ Note the sasmodels issues are now separate from the sasview issues (i.e. differe
`[sasmodels] <https://github.com/SasView/sasmodels/milestones>`_


.. _release_5_0_5:
New in Version 5.0.5
--------------------
This is a point release which fixes some issues reported in earlier versions
Expand Down Expand Up @@ -642,6 +721,7 @@ Note the sasmodels issues are now separate from the sasview issues (i.e. differe
`[sasmodels] <https://github.com/SasView/sasmodels/milestones>`_


.. _release_5_0_4:
New in Version 5.0.4
--------------------
This is a point release which fixes some issues reported in earlier versions
Expand Down Expand Up @@ -819,6 +899,7 @@ Note the sasmodels issues are now separate from the sasview issues (i.e. differe
`[sasmodels] <https://github.com/SasView/sasmodels/milestones>`_


.. _release_5_0_3:
New in Version 5.0.3
--------------------
This is a point release which fixes several issues, but in particular:
Expand Down Expand Up @@ -908,6 +989,7 @@ Note the sasmodels issues are now separate from the sasview issues (i.e. differe
`[sasmodels] <https://github.com/SasView/sasmodels/milestones>`_


.. _release_5_0_2:
New in Version 5.0.2
--------------------
This is a point release which fixes several issues reported in version 5.0.1, however
Expand Down Expand Up @@ -954,6 +1036,7 @@ enhance the invariant documentation.
Also, at this time, and unlike version 4.x, only fitting sessions can be saved as project files.


.. _release_5_0_1:
New in Version 5.0.1
--------------------
This is a point release which fixes several issues reported in version 5.0.0.
Expand Down Expand Up @@ -1004,6 +1087,8 @@ models directly. For example::
Model = make_model_from_info(model_info)



.. _release_5_0_0:
New in Version 5.0
------------------
This is a new version of SasView featuring new and enhanced GUI, back-end calculations,
Expand Down Expand Up @@ -1041,6 +1126,7 @@ All the known bugs/feature requests can be found in the issues on github.
`[sasmodels] <https://github.com/SasView/sasmodels/milestones>`_


.. _release_4_2_0:
New in Version 4.2.0
--------------------
This release heralds many improvements and a host of bug fixes, along with
Expand Down Expand Up @@ -1294,6 +1380,7 @@ Highlights are:
In the meantime please report any bugs or issues found while using this beta


.. _release_4_1_2:
New in Version 4.1.2
--------------------
This point release is a bug-fix release addressing:
Expand All @@ -1305,6 +1392,7 @@ This point release is a bug-fix release addressing:
It is recommended that all users upgrade to this version


.. _release_4_1_1:
New in Version 4.1.1
--------------------
This point release is a bug-fix release addressing:
Expand All @@ -1319,6 +1407,7 @@ This point release is a bug-fix release addressing:
* Updated tutorials for SasView 4.x.y


.. _release_4_1_0:
New in Version 4.1.0
--------------------
This incremental release brings a series of new features and improvements,
Expand Down Expand Up @@ -1382,13 +1471,15 @@ Bug Fixes
* Numerous grammatical and contexual errors in documention


.. _release_4_0_1:
New in Version 4.0.1
--------------------
This release fixes the critical bug #750 in P(Q)xS(Q). Most damaging
it appears that the background term was being added to S(Q) prior to
multiplication by P(Q).


.. _release_4_0_0:
New in Version 4.0
------------------
This release fixes the various bugs found during the alpha and beta testing
Expand Down Expand Up @@ -1491,6 +1582,7 @@ Bug fixes
* Fixes #556: Build script improvements for developers


.. _release_3_1_2:
New in Version 3.1.2
--------------------
This release is a major stability improvement, having fixed a serious bug
Expand All @@ -1508,12 +1600,14 @@ that came to light since release 3.1.1. All users should upgrade.
* Fixes #488: redraw issues in fit page


.. _release_3_1_1:
New in Version 3.1.1
--------------------
Fixes #457 that prevented SasView from starting if the user was not
connected to the internet, or was behind a proxy server.


.. _release_3_1_0:
New in Version 3.1.0
--------------------
The documentation/help has had a complete overhaul including:
Expand Down Expand Up @@ -1579,6 +1673,7 @@ Other work:
non-project personnel through pull requests.


.. _release_3_0_0:
New in Version 3.0.0
--------------------
* The GUI look and feel has been refactored to be more familiar for
Expand Down Expand Up @@ -1611,6 +1706,7 @@ New in Version 3.0.0
data. Supported formats include: TIFF, TIF, PNG, BMP, JPG.


.. _release_2_2_1:
New in Version 2.2.1
--------------------
* Minor patch to support CanSAS XML v1.1 file format
Expand All @@ -1624,6 +1720,7 @@ New in Version 2.2.1
* Fixed a number of other minor bugs


.. _release_2_2_0:
New in Version 2.2.0
--------------------
* Application name changed to SasView
Expand Down
2 changes: 2 additions & 0 deletions docs/sphinx-docs/source/user/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Tutorials

.. note:: In Windows use [Alt]-[Cursor left] to return to the previous page

The following links will download as a PDF file into your default download location:

:download:`Getting Started with Sasview <sasview/getting_started_with_sasview_v5.pdf>`

:download:`Subtracting a Model Calculation from Experimental Data <sasview/subtracting_a_model_calculation_from_real_data_v5.pdf>`
Expand Down
4 changes: 2 additions & 2 deletions installers/installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "SasView"
#define MyAppVersion "6.1.2"
#define MyAppPublisher "(c) 2009 - 2025, UTK, UMD, NIST, ORNL, ISIS, ESS, ILL, ANSTO, TU Delft and DLS"
#define MyAppVersion "6.1.3"
#define MyAppPublisher "(c) 2009 - 2026, UTK, NIST, UMD, ORNL, ISIS, ESS, ILL, ANSTO, TU Delft, DLS, SciLifeLab, and the scattering community"
#define MyAppURL "http://www.sasview.org"
#define MyAppExeName "sasview.exe"

Expand Down
2 changes: 1 addition & 1 deletion installers/license.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ sentence:
*"This work benefited from the use of the SasView application, originally
developed under NSF award DMR-0520547."*

Copyright (c) 2009-2025, SasView Developers
Copyright (c) 2009-2026, SasView Developers
2 changes: 1 addition & 1 deletion src/sas/qtgui/MainWindow/UnitTesting/WelcomePanelTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ def testVersion(self, widget):
assert isinstance(version, QtWidgets.QLabel)

assert "SasView" in version.text()
for inst in "UTK, UMD, ESS, NIST, ORNL, ISIS, ILL, DLS, TUD, BAM, ANSTO".split(", "):
for inst in "UTK, UMD, ESS, NIST, ORNL, ISIS, ILL, DLS, TU Delft, SciLifeLab, ANSTO".split(", "):
assert inst in ack.text()
1 change: 1 addition & 0 deletions src/sas/qtgui/MainWindow/WelcomePanel.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def __init__(self, parent=None):
ver = "\nSasView %s\n%s" % (version, legal.copyright)

self.lblVersion.setText(ver)
self.lblAcknowledgements.setText(legal.about)

# no reason to have this widget resizable
self.setFixedSize(self.minimumSizeHint())
3 changes: 3 additions & 0 deletions src/sas/qtgui/Perspectives/Fitting/FittingWidget.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,9 @@ def dataFromItems(self, value: QtGui.QStandardItem | list[QtGui.QStandardItem])
self._logic.append(logic)
# Option widget logic was destroyed - reestablish
self.options_widget.logic = self._logic[0]
# Ensure auxiliary widgets point at the new logic instance
self.polydispersity_widget.logic = self._logic[0]
self.magnetism_widget.logic = self._logic[0]
# update the ordering tab
self.order_widget.updateData(self.all_data)

Expand Down
16 changes: 16 additions & 0 deletions src/sas/system/legal.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,22 @@ class Legal:
def __init__(self):
year = datetime.datetime.now().year
self.copyright = f"Copyright (c) 2009-{year}, SasView Developers"
self.about = """
<html>
<head/>
<body>
<p>
This work originally developed as part of the DANSE project funded by the NSF under
grant DMR-0520547, and currently maintained by UTK, NIST, UMD, ORNL, ISIS, ESS, ILL,
ANSTO, TU Delft, DLS, SciLifeLab, and the scattering community.
</p>
<p>
SasView also contains code developed with funding from the EU Horizon 2020 programme under
the SINE2020 project (Grant No 654000).
</p>
</body>
</html>"""


@property
def credits_html(self) -> Path:
Expand Down
4 changes: 2 additions & 2 deletions src/sas/system/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,9 @@ def path_to_resource_directory(self, src: str | PurePath) -> Path:
if path:
# this will be a entry within the directory or possibly even a subdirectory
# need to walk up to find the entry we really want
match = f"/{self.module}/{src}" # pathlib.Path directories don't end in /
match = str(Path(f"/{self.module}/{src}")) # pathlib.Path directories don't end in /
for part in itertools.chain([path], path.parents):
if str(part).endswith(match):
if str(Path(part)).endswith(match):
return part
# if the upwards search falls through to here, then something went wrong
# with the original filtering of the RECORD data, but allow it to try
Expand Down
4 changes: 2 additions & 2 deletions src/sas/system/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
try:
from ._version import __version__
except ImportError:
__version__ = "6.1.2"
__version__ = "6.1.3"

__release_date__ = "2025"
__release_date__ = "2026"
__version_parsed__ = Version(__version__)

__all__ = ["__version_parsed__", "__release_date__", "__version__"]
1 change: 1 addition & 0 deletions src/sas/system/zenodo.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__DOI__ = "10.5281/zenodo.18352296"
Loading