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.
1 parent 10e8f90 commit cad716eCopy full SHA for cad716e
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## Change log
2
3
+### 0.2.7
4
+
5
+- fix: unpin packaging dependency (#77) [Daniel Vaz Gaspar]
6
7
### 0.2.6
8
9
- fix: pin elasticsearch-py bellow 7.14 (#71) [Daniel Vaz Gaspar]
setup.py
@@ -3,7 +3,7 @@
from setuptools import find_packages, setup
-VERSION = "0.2.6"
+VERSION = "0.2.7"
BASE_DIR = os.path.abspath(os.path.dirname(__file__))
with io.open("README.md", "r", encoding="utf-8") as f:
0 commit comments