Skip to content

Commit 86ef4be

Browse files
release: Update allotropy version to 0.1.113 (#1135)
### Added - Mass spectrometry mapper (#1122) - Qiacuity dPCR - add handle for first column containing the well (#1129) --------- Co-authored-by: Claude Opus 4.1 <noreply@anthropic.com>
1 parent f21dbd6 commit 86ef4be

3 files changed

Lines changed: 14 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
- name: Install click
2929
run: pip install click!=8.3.0
3030
- name: Run Tests
31-
run: hatch run test_all.py3.10:test
31+
run: hatch run test_all.py3.10:pytest -n 2 tests
32+
timeout-minutes: 10
3233

3334
test_py_311:
3435
runs-on: ubuntu-latest
@@ -47,7 +48,8 @@ jobs:
4748
- name: Install click
4849
run: pip install click!=8.3.0
4950
- name: Run Tests
50-
run: hatch run test_all.py3.11:test
51+
run: hatch run test_all.py3.11:pytest -n 2 tests
52+
timeout-minutes: 10
5153

5254
test_py_312:
5355
runs-on: ubuntu-latest
@@ -65,7 +67,8 @@ jobs:
6567
- name: Install click
6668
run: pip install click!=8.3.0
6769
- name: Run Tests
68-
run: hatch run test_all.py3.12:test
70+
run: hatch run test_all.py3.12:pytest -n 2 tests
71+
timeout-minutes: 10
6972

7073
lint:
7174
runs-on: ubuntu-latest

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this packages will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.113] - 2026-01-28
9+
10+
### Added
11+
12+
- Mass spectrometry mapper (#1122)
13+
- Qiacuity dPCR - add handle for first column containing the well (#1129)
14+
815
## [0.1.112] - 2025-12-15
916

1017
### Added

src/allotropy/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.112"
1+
__version__ = "0.1.113"

0 commit comments

Comments
 (0)