Skip to content

Commit 9bf2b74

Browse files
authored
Merge pull request #145 from TTWShell/release/3.0.0
release 3.0.0: upgrade flask/sqlalchemy
2 parents 694a881 + b716f99 commit 9bf2b74

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Change history
22
==============
33

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+
49
2.2.3 (2022-05-18)
510
******************
611

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def gen_data(data_root='static'):
3232

3333
setup(
3434
name='hobbit-core',
35-
version='3.0.0.rc4',
35+
version='3.0.0',
3636
python_requires='>=3.7, <4',
3737
description='Hobbit - A flask project generator.',
3838
long_description=long_description,

0 commit comments

Comments
 (0)