Skip to content

Commit d6506fd

Browse files
authored
Merge pull request #158 from TTWShell/release/4.0.0rc0
Release/4.0.0rc0
2 parents a7f1a45 + 7899f8a commit d6506fd

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/changelog.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
11
Change history
22
==============
33

4-
4.0.0 (2024-09-25.rc0)
4+
4.0.0 (2024-09-26)
5+
**********************
56

67
* Upgraded dependencies: Flask to 3.x, SQLAlchemy to 2.x.
78
* Fixed issue with `get_env` import from `flask.helpers`, now use `hobbit_core.utils.get_env` . `HOBBIT_ENV` is now only used to determine the configuration file.
89
* Fixed `hobbit_core.db.transaction`.
910

1011
3.1.1 (2023-08-11)
12+
******************
1113

1214
* Hotfix: lock flask version < 2.3 and pyyaml verison(https://github.com/yaml/pyyaml/issues/724)
1315

1416
3.1.0 (2023-01-29)
17+
******************
1518

1619
* Support HOBBIT_RESPONSE_DETAIL config: Default return detail and must set to False in production env. Default is True. Only used in 500 server error response.
1720

1821
3.0.0 (2022-12-12)
22+
******************
1923

2024
* Upgrade deps: Flask 1.x -> 2.x, SQLAlchemy 1.3.x -> 1.4.x, Flask-SQLAlchemy 2.5.1 -> 3.x.
2125
* **Notice:** [https://docs.sqlalchemy.org/en/14/tutorial/dbapi_transactions.html](https://docs.sqlalchemy.org/en/14/tutorial/dbapi_transactions.html).

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='4.0.0.rc0',
35+
version='4.0.0rc0',
3636
python_requires='>=3.8, <4',
3737
description='Hobbit - A flask project generator.',
3838
long_description=long_description,

0 commit comments

Comments
 (0)