We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 694a881 + b716f99 commit 9bf2b74Copy full SHA for 9bf2b74
docs/changelog.rst
@@ -1,6 +1,11 @@
1
Change history
2
==============
3
4
+3.0.0 (2022-12-12)
5
+
6
+* Upgrade deps: Flask 1.x -> 2.x, SQLAlchemy 1.3.x -> 1.4.x, Flask-SQLAlchemy 2.5.1 -> 3.x.
7
+* **Notice:** [https://docs.sqlalchemy.org/en/14/tutorial/dbapi_transactions.html](https://docs.sqlalchemy.org/en/14/tutorial/dbapi_transactions.html).
8
9
2.2.3 (2022-05-18)
10
******************
11
setup.py
@@ -32,7 +32,7 @@ def gen_data(data_root='static'):
32
33
setup(
34
name='hobbit-core',
35
- version='3.0.0.rc4',
+ version='3.0.0',
36
python_requires='>=3.7, <4',
37
description='Hobbit - A flask project generator.',
38
long_description=long_description,
0 commit comments