Skip to content

Commit 046bd23

Browse files
committed
v1.0.6
* Minor bug fixes * Minor improvements
1 parent 6a0fa3a commit 046bd23

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
recursive-include blockbee/templates *
2+
recursive-include store/templates *

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,4 +306,7 @@ Contact us @ https://blockbee.io/contacts/
306306
* Minor fixes
307307
308308
#### 1.0.5
309+
* Minor fixes
310+
311+
#### 1.0.6
309312
* Minor fixes

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='django-blockbee',
11-
version='1.0.5',
11+
version='1.0.6',
1212
packages=find_packages(),
1313
author="BlockBee",
1414
author_email="[email protected]",

0 commit comments

Comments
 (0)