Skip to content

Commit 34d5b2c

Browse files
authored
release: 0.2.3 (#58)
1 parent ab0912e commit 34d5b2c

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
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.3
4+
5+
- fix: missing dependency, packaging [Daniel Vaz Gaspar]
6+
37
### 0.2.2
48

59
- fix: support elasticsearch > 7.10 [Daniel Vaz Gaspar]

RELEASING.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,3 @@ twine upload dist/*
1010
```
1111
- tag X.Y.Z
1212
- Create github release
13-
14-

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.2"
6+
VERSION = "0.2.3"
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)