We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d87b7a commit 25e09aaCopy full SHA for 25e09aa
CHANGELOG.md
@@ -1,12 +1,5 @@
1
## 8.15.9 (2023.08.21)
2
3
-### Bugfixes
4
-
5
- - Fix deprecated parse_version with packaging.version.parse()
6
7
8
-## 8.15.9 (2023.08.21)
9
10
### Bugfixes
11
12
- Fix setting Camera timelapse duration to 0
@@ -20,6 +13,7 @@
20
13
- Fix Mycodo login and influxdb login fields having the same web form ID
21
14
- Fix Install issue selecting InfluxDB on 32-bit operating systems
22
15
- Fix Install by setting python jsonschema version to 4.17.3 to avoid 4.18.x rust dependency
16
+ - Fix deprecated parse_version with packaging.version.parse() ([#1333](https://github.com/kizniche/Mycodo/issues/1333))
23
17
24
18
### Features
25
19
0 commit comments