Skip to content

Commit 7fd0ee3

Browse files
committed
1.0.1
1 parent d3af23e commit 7fd0ee3

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

docs/index.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ History
9696

9797
Changes:
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.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
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",

0 commit comments

Comments
 (0)