We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 540d103 commit b47e71fCopy full SHA for b47e71f
CHANGELOG.md
@@ -1,5 +1,10 @@
1
## Change log
2
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
8
### 0.2.3
9
10
- fix: missing dependency, packaging [Daniel Vaz Gaspar]
setup.py
@@ -3,7 +3,7 @@
from setuptools import find_packages, setup
-VERSION = "0.2.3"
+VERSION = "0.2.4"
BASE_DIR = os.path.abspath(os.path.dirname(__file__))
with io.open("README.md", "r", encoding="utf-8") as f:
0 commit comments