-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updated version.py and changelog for 1.6.0 release * Declare support for Python 3.12 in setup.py (#60) * Fix EPP log message duplication and missing log entries in Clarity 6+ when combining Python automations with LLTK/LITKs (#51) * Fix EPP log message duplication and missing log entries in Clarity 6+ when combining Python automations with LLTK/LITKs * Fix current_minor_version failure on Python 2 * StepRunner: ignore archived reagent kits when adding default reagents to a step (#53) * Fix EPP log message duplication and missing log entries in Clarity 6+ when combining Python automations with LLTK/LITKs * Fix current_minor_version failure on Python 2 * StepRunner: ignore archived reagent kits when adding default reagents to a step * check for placement node that matches uri before creating one (#55) * check for placement node that matches uri before creating one * add missing quotes, fix for py2 * remove f * Fix coveralls on Python 3.6 (#52) * Enable automated unit testing with Python 3.12 (#56) * Fix coveralls on Python 3.6 * Enable automated unit testing with Python 3.12 * Only trigger a production PyPi build on tags using semantic versioning (#57) * Use latest versions of GitHub workflow actions, build with Python 3.12 (#58) * Enable automated unit testing for Python 3.5 (#59) * Fix coveralls parallel builds (#61) --------- Co-authored-by: Scott Small <scott.small@semaphoresolutions.ca> --------- Co-authored-by: Joe Rickwalder <jrickwalder@billiontoone.com>
- Loading branch information
Showing
7 changed files
with
64 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Copyright 2019 Semaphore Solutions, Inc. | ||
# --------------------------------------------------------------------------- | ||
|
||
__version__ = '1.5.0' | ||
__version__ = '1.6.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters