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 57ff018 commit 17a2b80Copy full SHA for 17a2b80
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-1.0.3 (unreleased)
+1.0.3 (2019-09-29)
2
------------------
3
4
- Handle error loading json env variable
setup.py
@@ -7,7 +7,7 @@
7
8
setup(
9
name="json-schema-env-validator",
10
- version="1.0.3.dev0",
+ version="1.0.3",
11
description="",
12
long_description_content_type="text/markdown",
13
long_description=open(os.path.join(_dir, "README.md")).read(),
0 commit comments