Skip to content

Commit 193ca09

Browse files
authored
Merge pull request #506 from julien-duponchelle/hotfix-v1.0.1
release 1.0.1
2 parents 559e6c1 + 0058f2a commit 193ca09

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG

+3
Original file line numberDiff line numberDiff line change
@@ -225,3 +225,6 @@
225225
* Enhance Testing with MySQL8 & Update GitHub Actions
226226
* Add Logging when fake rotate event occured
227227
* update logo
228+
229+
1.0.1 05/10/2023
230+
* add util module

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
# built documents.
4848
#
4949
# The short X.Y version.
50-
version = "1.0"
50+
version = "1.0.1"
5151
# The full version, including alpha/beta/rc tags.
52-
release = "1.0"
52+
release = "1.0.1"
5353

5454
# The language for content autogenerated by Sphinx. Refer to documentation
5555
# for a list of supported languages.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def run(self):
2828
unittest.main(tests, argv=sys.argv[:1])
2929

3030

31-
version = "1.0.0"
31+
version = "1.0.1"
3232

3333
this_directory = Path(__file__).parent
3434
long_description = (this_directory / "README.md").read_text()

0 commit comments

Comments
 (0)