File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 225
225
* Enhance Testing with MySQL8 & Update GitHub Actions
226
226
* Add Logging when fake rotate event occured
227
227
* update logo
228
+
229
+ 1.0.1 05/10/2023
230
+ * add util module
Original file line number Diff line number Diff line change 47
47
# built documents.
48
48
#
49
49
# The short X.Y version.
50
- version = "1.0"
50
+ version = "1.0.1 "
51
51
# The full version, including alpha/beta/rc tags.
52
- release = "1.0"
52
+ release = "1.0.1 "
53
53
54
54
# The language for content autogenerated by Sphinx. Refer to documentation
55
55
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ def run(self):
28
28
unittest .main (tests , argv = sys .argv [:1 ])
29
29
30
30
31
- version = "1.0.0 "
31
+ version = "1.0.1 "
32
32
33
33
this_directory = Path (__file__ ).parent
34
34
long_description = (this_directory / "README.md" ).read_text ()
You can’t perform that action at this time.
0 commit comments