Skip to content

Commit 814689c

Browse files
authored
Merge pull request #121 from TTWShell/hotfix
fixed: wrong file pushed to pypi.org
2 parents f160ac1 + e733dd2 commit 814689c

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,11 +1,15 @@
11
Change history
22
==============
33

4-
2.1.0 (2021-10-25)
4+
2.1.1 (2021-10-25)
55
******************
66

77
* Add util `bulk_create_or_update_on_duplicate`, support MySQL and postgreSQL.
88

9+
2.1.0 (2021-10-25, unused)
10+
11+
* This filename has already been used (Wrong file pushed to pypi.org).
12+
913
2.0.4 (2021-07-13)
1014
******************
1115

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

0 commit comments

Comments
 (0)