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):
6565# built documents.
6666#
6767# The short X.Y version.
68- version = "1.0.0 "
68+ version = "1.0.1 "
6969# The full version, including alpha/beta/rc tags.
70- release = "1.0.0 "
70+ release = "1.0.1 "
7171
7272# The language for content autogenerated by Sphinx. Refer to documentation
7373# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -96,6 +96,10 @@ History
9696
9797Changes:
9898
99+ - 1.0.1: February 13, 2022
100+
101+ - Fix documentation.
102+
99103- 1.0.0: February 13, 2022
100104
101105 - Added option for autocommit. Thanks to `@shaunpud <https://github.com/shaunpud >`_ on GitHub.
Original file line number Diff line number Diff line change 1414
1515setup (
1616 name = "Flask-MySQLdb" ,
17- version = "1.0.0 " ,
17+ version = "1.0.1 " ,
1818 url = "https://github.com/alexferl/flask-mysqldb" ,
1919 license = "MIT" ,
2020 author = "Alexandre Ferland" ,
You can’t perform that action at this time.
0 commit comments