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 2eeda7f commit 000a4adCopy full SHA for 000a4ad
CHANGELOG.md
@@ -19,7 +19,7 @@
19
1. abc\{nodes, edges, points}.geojson
20
2. {nodes, edges, points}.geojson
21
22
-### 0.0.6
+### 0.2.0
23
- Updated schema file to OSW 0.2
24
- Added create_zip method to ZipFileHandler
25
- Made all OSW files optional
src/python_osw_validation/__init__.py
@@ -5,6 +5,7 @@
5
import geopandas as gpd
6
from .zipfile_handler import ZipFileHandler
7
from .extracted_data_validator import ExtractedDataValidator, OSW_dataset_files
8
+from .version import __version__
9
10
SCHEMA_PATH = os.path.join(os.path.dirname(__file__), 'schema')
11
src/python_osw_validation/version.py
@@ -0,0 +1 @@
1
+__version__ = '0.2.0'
0 commit comments