Skip to content

Commit b812ace

Browse files
committedAug 18, 2023
bump: version 0.2.0a0 → 0.2.0a1
1 parent f073aec commit b812ace

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed
 

‎CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.2.0a1 (2023-08-18)
2+
3+
### Fix
4+
5+
- add condition to prevent operating on emty dataframe in consolidation
6+
17
## 0.2.0a0 (2023-08-16)
28

39
### Feat

‎osm4gpd/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.0a0"
1+
__version__ = "0.2.0a1"

‎pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "osm4gpd"
3-
version = "0.2.0a0"
3+
version = "0.2.0a1"
44
description = "A parser that loads openstreetmaps native protobuf format into a sparse geopandas dataframe."
55
authors = ["Christian <christian.knauth@citywalx.net>"]
66
readme = "README.md"
@@ -33,7 +33,7 @@ bandit = "^1.7.5"
3333
pandas-stubs = "^2.0.3.230814"
3434

3535
[tool.commitizen]
36-
version = "0.2.0a0"
36+
version = "0.2.0a1"
3737
tag_format = "$version"
3838
version_files = [
3939
"osm4gpd/__version__.py",

0 commit comments

Comments
 (0)
Please sign in to comment.