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 dc3eb85 commit e0fdd70Copy full SHA for e0fdd70
CHANGELOG.md
@@ -8,4 +8,7 @@
8
- Updated README file
9
10
### 0.0.3
11
-- Added schema file to package
+- Added schema file to package
12
+
13
+### 0.0.4
14
+- Points are not required for a valid OSW dataset
freeze_version.py
@@ -11,7 +11,7 @@
build_date = date.today().strftime('%Y-%m-%d')
-version = '0.0.3'
+version = '0.0.4'
15
16
with open(version_file_path, 'w+') as version_file:
17
version_file.write("version = '{}'\n".format(version))
0 commit comments