Skip to content

Commit 5862470

Browse files
Bump version: 0.10.0 → 0.10.1
1 parent bca6dbb commit 5862470

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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.10.0
2+
current_version = 0.10.1
33
commit = True
44
tag = True
55

assets/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@
467467
"orientation": "portrait",
468468
"background_color": "#ffffff",
469469
"display": "standalone",
470-
"id": "0.10.0",
470+
"id": "0.10.1",
471471
"description": "CBE Clima Tool: a free and open-source web application for climate analysis tailored to sustainable building design",
472472
"start_url": "/",
473473
"scope": "/",

pages/lib/layout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ def create_footer():
331331

332332
footer_links = [
333333
(
334-
"Version: 0.10.0",
334+
"Version: 0.10.1",
335335
"https://center-for-the-built-environment.gitbook.io/clima/version/changelog",
336336
),
337337
("Contributors", "https://cbe-berkeley.gitbook.io/clima/#contributions"),

0 commit comments

Comments
 (0)