File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -65,9 +65,9 @@ def __getattr__(cls, name):
65
65
# built documents.
66
66
#
67
67
# The short X.Y version.
68
- version = "1.0.0 "
68
+ version = "1.0.1 "
69
69
# The full version, including alpha/beta/rc tags.
70
- release = "1.0.0 "
70
+ release = "1.0.1 "
71
71
72
72
# The language for content autogenerated by Sphinx. Refer to documentation
73
73
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -96,6 +96,10 @@ History
96
96
97
97
Changes:
98
98
99
+ - 1.0.1: February 13, 2022
100
+
101
+ - Fix documentation.
102
+
99
103
- 1.0.0: February 13, 2022
100
104
101
105
- Added option for autocommit. Thanks to `@shaunpud <https://github.com/shaunpud >`_ on GitHub.
Original file line number Diff line number Diff line change 14
14
15
15
setup (
16
16
name = "Flask-MySQLdb" ,
17
- version = "1.0.0 " ,
17
+ version = "1.0.1 " ,
18
18
url = "https://github.com/alexferl/flask-mysqldb" ,
19
19
license = "MIT" ,
20
20
author = "Alexandre Ferland" ,
You can’t perform that action at this time.
0 commit comments