Skip to content

Commit 6bcf08d

Browse files
committed
1.2
1 parent 67f51f5 commit 6bcf08d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v.1.2.0
2+
=======
3+
- increase log
4+
5+
16
v.0.1.0
27
=======
38

src/hope_dedup_engine/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from hope_dedup_engine.config.celery import app as celery_app
22

3-
VERSION = __version__ = "0.3.0"
3+
VERSION = __version__ = "1.2.0"
44

55
__all__ = ("celery_app",)

0 commit comments

Comments
 (0)