Skip to content

Commit 470f67c

Browse files
authored
release: 0.2.6 (#72)
* release: 0.2.6 * update changelog * add github user full name to change log
1 parent 634afd4 commit 470f67c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
### 0.2.6
4+
5+
- fix: pin elasticsearch-py bellow 7.14 (#71) [Daniel Vaz Gaspar]
6+
- feat(query): add time_zone param (#69) [aniaan]
7+
38
### 0.2.5
49

510
- fix: Bump packaging [Beto Dealmeida]

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.5"
6+
VERSION = "0.2.6"
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)