Skip to content

Commit 772c2dd

Browse files
committed
[2.2.0] cutting ENLIGHTEN 4.1.0 release
1 parent bc52cad commit 772c2dd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
- 2024-08-22 2.2.0
4+
- cutting release for ENLIGHTEN 4.1.0
35
- 2024-06-27 2.1.73
46
- update demo.py to support multiple spectrometers
57
- add optional `callback` parameter to WrapperWorker for Inversion of Control (IoC)

wasatch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""This package is a driver for Wasatch Photonics spectrometers"""
22

3-
__version__ = "2.1.73" # This is used by flit and other pypi things
3+
__version__ = "2.2.0" # This is used by flit and other pypi things
44
version = __version__ # This is to avoid breaking other files that originally used .version instead of __version__

0 commit comments

Comments
 (0)