Skip to content

Commit 65e60b5

Browse files
authored
Merge pull request #134 from TTWShell/release/2.2.2
release 2.2.2
2 parents 95f3063 + 8ebe53a commit 65e60b5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/changelog.rst

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

4+
2.2.2 (2022-02-17)
5+
******************
6+
7+
* Refactor tpl: Auto nested blueprint.
8+
* Refactor tpl: ping and options api were merged into tools.
9+
* Enhance teardown_method in test: auto handle deps when delete table.
10+
* Fix some typo.
11+
412
2.2.1 (2021-12-01)
513
******************
614

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

0 commit comments

Comments
 (0)