Skip to content

Commit cad716e

Browse files
authored
release: 0.2.7 (#78)
1 parent 10e8f90 commit cad716e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Change log
22

3+
### 0.2.7
4+
5+
- fix: unpin packaging dependency (#77) [Daniel Vaz Gaspar]
6+
37
### 0.2.6
48

59
- fix: pin elasticsearch-py bellow 7.14 (#71) [Daniel Vaz Gaspar]

setup.py

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

44
from setuptools import find_packages, setup
55

6-
VERSION = "0.2.6"
6+
VERSION = "0.2.7"
77
BASE_DIR = os.path.abspath(os.path.dirname(__file__))
88

99
with io.open("README.md", "r", encoding="utf-8") as f:

0 commit comments

Comments
 (0)