Skip to content

Commit b47e71f

Browse files
authored
release: 0.2.4 (#65)
1 parent 540d103 commit b47e71f

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.4
4+
5+
- fix: Bump urllib3 from 1.25.6 to 1.26.5 (#64) [dependabot]
6+
- fix: missing time type (#60) [maltoze]
7+
38
### 0.2.3
49

510
- fix: missing dependency, packaging [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.3"
6+
VERSION = "0.2.4"
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)