Skip to content

Commit

Permalink
release: 0.2.6 (#72)
Browse files Browse the repository at this point in the history
* release: 0.2.6

* update changelog

* add github user full name to change log
  • Loading branch information
dpgaspar authored Sep 30, 2021
1 parent 634afd4 commit 470f67c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Change log

### 0.2.6

- fix: pin elasticsearch-py bellow 7.14 (#71) [Daniel Vaz Gaspar]
- feat(query): add time_zone param (#69) [aniaan]

### 0.2.5

- fix: Bump packaging [Beto Dealmeida]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from setuptools import find_packages, setup

VERSION = "0.2.5"
VERSION = "0.2.6"
BASE_DIR = os.path.abspath(os.path.dirname(__file__))

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

0 comments on commit 470f67c

Please sign in to comment.