Skip to content

Commit 18808f4

Browse files
committed
update version
1 parent 6e0b627 commit 18808f4

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.8.0a0
2+
current_version = 0.8.0a1
33
commit = True
44
tag = True
55
tag_name = {new_version}

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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]

timvt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""timvt."""
22

3-
__version__ = "0.8.0a0"
3+
__version__ = "0.8.0a1"

0 commit comments

Comments
 (0)