File tree Expand file tree Collapse file tree 4 files changed +14
-2
lines changed
Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.8.0a0
2+ current_version = 0.8.0a1
33commit = True
44tag = True
55tag_name = {new_version}
Original file line number Diff line number Diff line change 11# Release Notes
22
3+ ## 0.8.0a1 (2022-11-21)
4+
5+ * update hatch config
6+
37## 0.8.0a0 (2022-11-16)
48
59* remove ` .pbf ` extension in tiles endpoints
Original file line number Diff line number Diff line change @@ -78,6 +78,14 @@ exclude = [
7878 " docker-compose.yml" ,
7979 " CONTRIBUTING.md" ,
8080 " CHANGES.md" ,
81+ " .pytest_cache" ,
82+ " .history" ,
83+ " .github" ,
84+ " .env.example" ,
85+ " .bumpversion.cfg" ,
86+ " .flake8" ,
87+ " .gitignore" ,
88+ " .pre-commit-config.yaml" ,
8189]
8290
8391[build-system ]
Original file line number Diff line number Diff line change 11"""timvt."""
22
3- __version__ = "0.8.0a0 "
3+ __version__ = "0.8.0a1 "
You can’t perform that action at this time.
0 commit comments