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 95f3063 + 8ebe53a commit 65e60b5Copy full SHA for 65e60b5
docs/changelog.rst
@@ -1,6 +1,14 @@
1
Change history
2
==============
3
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
12
2.2.1 (2021-12-01)
13
******************
14
setup.py
@@ -32,7 +32,7 @@ def gen_data(data_root='static'):
32
33
setup(
34
name='hobbit-core',
35
- version='2.2.1',
+ version='2.2.2',
36
python_requires='>=3.6, <4',
37
description='Hobbit - A flask project generator.',
38
long_description=long_description,
0 commit comments