Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed May 26, 2021
1 parent a1e67c8 commit f140e30
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 21.5.1

- New plugin architecture
- New database tables: `od_reading_statistics`, `stirring_rates`
- New `pio` commands: `install-plugin`, `uninstall-plugins`
- improvements to `continous_cycle` dosing automation.
- hardware based PWM available on pins 1 & 3.

### 21.5.0

- IR LED now turns off between OD readings. This allows other LEDs to trigger and take readings.
Expand Down
2 changes: 1 addition & 1 deletion pioreactor/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = "21.5.0"
__version__ = "21.5.1"

0 comments on commit f140e30

Please sign in to comment.