File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
1
+ # [ 0.8.0-rc.1] ( https://github.com/labthings/python-labthings/compare/v0.8.0-beta.3...v0.8.0-rc.1 ) (2020-07-21)
2
+
3
+
4
+ * Expanded documentation ([ 17d4f23] ( https://github.com/labthings/python-labthings/commit/17d4f23 ) [ a4f3949] ( https://github.com/labthings/python-labthings/commit/a4f3949 ) [ 9d1aa13] ( https://github.com/labthings/python-labthings/commit/9d1aa13 ) [ f57f513] ( https://github.com/labthings/python-labthings/commit/f57f513 ) )
5
+ * Fixed broken zeroconf registration ([ 1af31b4] ( https://github.com/labthings/python-labthings/commit/1af31b4 ) )
6
+ * Fixed legacy task view URL ([ 2e96bba] ( https://github.com/labthings/python-labthings/commit/2e96bba ) )
7
+ * Fixed typo in __ all__ ([ 3620a1e] ( https://github.com/labthings/python-labthings/commit/3620a1e ) )
8
+ * Log caught werkzeug errors ([ d1c28b2] ( https://github.com/labthings/python-labthings/commit/d1c28b2 ) )
9
+ * Refactored tasks.TaskThread to actions.ActionThread ([ 4325806] ( https://github.com/labthings/python-labthings/commit/4325806 ) )
10
+
11
+
1
12
# [ 0.8.0-beta.3] ( https://github.com/labthings/python-labthings/compare/v0.8.0-beta.2...v0.8.0-beta.3 ) (2020-07-20)
2
13
3
14
* Started API documentation
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " labthings"
3
- version = " 0.8.0-beta.3 "
3
+ version = " 0.8.0-rc.1 "
4
4
description = " Python implementation of LabThings, based on the Flask microframework"
5
5
readme = " README.md"
6
6
repository = " https://github.com/labthings/python-labthings/"
You can’t perform that action at this time.
0 commit comments