Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Jan 9, 2024
1 parent 97785c0 commit fc47179
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
### Upcoming
### 24.1.8
- added MAC address to system tab
- fixing export bug
- adding `ir_led_intensities` to exports page

### 23.12.10
- Ability to update via our release_archives (available on the github release page) via the UI. To turn this feature off (which is a recommended practice when you expose your UI publically), add an empty file called `DISALLOW_UI_UPLOADS` to the `~/.pioreactor` directory.
Expand Down
1 change: 0 additions & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@


CACHE_DIR = Path(tempfile.gettempdir()) / "pioreactorui_cache"
print(CACHE_DIR)

env = dotenv_values(".env", verbose=True)
huey = SqliteHuey(filename=CACHE_DIR / "huey.db")
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from __future__ import annotations


__version__ = "23.12.10"
__version__ = "24.1.8"

0 comments on commit fc47179

Please sign in to comment.