We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31cf57e commit a4473a6Copy full SHA for a4473a6
.github/CHANGELOG.md
@@ -6,6 +6,10 @@
6
> previously functions and constants are all over the place that it's starting
7
> to get harder to find what I'm looking for.
8
9
+## 3.6.3 (Docker Hotfix)
10
+
11
+- [**Fixed**] `shutil.rmtree` cause OSError in Docker environment
12
13
## 3.6.2 (Project Structure Refactor - Part 2)
14
15
> **Note**
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "Z3R0"
3
-version = "3.6.2"
+version = "3.6.3"
4
description = "A multi-purpose open source discord bot"
5
authors = ["null2264"]
license = "MPL-2.0"
0 commit comments