Skip to content

Commit

Permalink
Bump version numbers for v2023.9.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanjli committed Dec 2, 2023
1 parent 5fcfd87 commit 9529c28
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ All dates in this file are given in the [UTC time zone](https://en.wikipedia.org

## Unreleased

## v2023.9.0-beta.2 - 2023-12-02

### Added

- A `hardware.json` file is now provided for the PlanktoScope v2.6 hardware.

### Removed

- Morphocut is no longer required by the segmenter as a Python package dependency.
Expand Down
2 changes: 1 addition & 1 deletion control/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "planktoscope-controller"
# Note: PEP 440 requires pre-releases to be formatted like "2023.7.0b0" rather than
# "2023.7.0-beta.0", which is different from the Semantic Versioning schema
version = "2023.9.0b1"
version = "2023.9.0b2"
description = "Controller of PlanktoScope hardware"
# For simplicity, we follow the definition of "Maintainer" from
# https://opensource.guide/how-to-contribute/#anatomy-of-an-open-source-project , which says:
Expand Down
2 changes: 1 addition & 1 deletion processing/segmenter/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "planktoscope-processing-segmenter"
# Note: PEP 440 requires pre-releases to be formatted like "2023.7.0b0" rather than
# "2023.7.0-beta.0", which is different from the Semantic Versioning schema
version = "2023.9.0b1"
version = "2023.9.0b2"
description = "Data processor to segment objects from raw PlanktoScope data"
# For simplicity, we follow the definition of "Maintainer" from
# https://opensource.guide/how-to-contribute/#anatomy-of-an-open-source-project , which says:
Expand Down

0 comments on commit 9529c28

Please sign in to comment.