Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Apr 11, 2022
1 parent 4a7297a commit 772028c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
### Upcoming
### 22.4.0
- store more experiment metadata, like strain and media, in the database.
- adding temporary labels of Pioreactors into the database in `pioreactor_unit_labels` table
- renaming some tables, `alt_media_fraction` -> `alt_media_fractions`, `ir_led_intensity` -> `ir_led_intensities`
- pumps now throw a `CalibrationError` exception if their calibration is not defined.
- default user is no longer `pi`. It is now `pioreactor`. Any coded paths like `/home/pi/` should be updated to `home/pioreactor/`.
- new image metadata file added to `home/pioreactor/.pioreactor/.image_metadata`


### 22.3.0
- fixed memory leak in MQTT connections
Expand Down
2 changes: 1 addition & 1 deletion pioreactor/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from __future__ import annotations


__version__ = "22.3.0"
__version__ = "22.4.0"


def _get_hardware_version() -> tuple[int, int]:
Expand Down

0 comments on commit 772028c

Please sign in to comment.