Skip to content

Commit 8a5ac65

Browse files
committed
Version bump
1 parent 6033bf9 commit 8a5ac65

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,12 @@
1717
- Support for multi-level geojson file
1818
- Now handles the following two folder structures when unzipped abc.zip
1919
1. abc\{nodes, edges, points}.geojson
20-
2. {nodes, edges, points}.geojson
20+
2. {nodes, edges, points}.geojson
21+
22+
### 0.0.6
23+
- Updated schema file to OSW 0.2
24+
- Added create_zip method to ZipFileHandler
25+
- Made all OSW files optional
26+
- Added additional validation steps based on the OSW network properties
27+
- Add external extensions to ExtractedDataValidator
28+
- Validate external extensions against basic Open Geospatial Consortium (OGC) standards

freeze_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
build_date = date.today().strftime('%Y-%m-%d')
1313

14-
version = '0.0.5'
14+
version = '0.0.6'
1515

1616
with open(version_file_path, 'w+') as version_file:
1717
version_file.write("version = '{}'\n".format(version))

0 commit comments

Comments
 (0)