Skip to content

Commit a5fee6f

Browse files
committed
bump version to v0.2.6 with getschema v0.2.7
1 parent 006b220 commit a5fee6f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

HISTORY.md

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

3+
### 0.2.6 (2021-07-11)
4+
5+
- Update getschema to 0.2.6 to fix a wrong rejection of null object when it's allowed.
6+
7+
38
### 0.2.5 (2021-06-04)
49

510
- Update getschema to 0.2.5 to fix a bad null conversion

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
from setuptools import setup
33

4-
VERSION = "0.2.5"
4+
VERSION = "0.2.6"
55

66
with open("README.md", "r") as fh:
77
long_description = fh.read()
@@ -30,7 +30,7 @@
3030
install_requires=[
3131
"attrs>=18.1.0",
3232
"backoff==1.8.0",
33-
"getschema>=0.2.5",
33+
"getschema>=0.2.7",
3434
"jsonschema==2.6.0",
3535
"python-dateutil>=2.7.3",
3636
"requests>=2.20.0",

0 commit comments

Comments
 (0)