Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.0
current_version = 1.3.1
commit = True
tag = False
tag_name = {new_version}
Expand All @@ -16,5 +16,5 @@ search = APP_VERSION := {current_version}
replace = APP_VERSION := {new_version}

[bumpversion:file:RELEASE.txt]
search = {current_version} 2025-08-07T15:15:34Z
search = {current_version} 2026-05-13T14:54:45Z
replace = {new_version} {utcnow:%Y-%m-%dT%H:%M:%SZ}
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
override SHELL := bash
override APP_NAME := marble_client
override APP_VERSION := 1.3.0
override APP_VERSION := 1.3.1

# utility to remove comments after value of an option variable
override clean_opt = $(shell echo "$(1)" | $(_SED) -r -e "s/[ '$'\t'']+$$//g")
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0 2025-08-07T15:15:34Z
1.3.1 2026-05-13T14:54:45Z
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ license = {file = "LICENSE"}
name = "marble_client"
readme = "README.md"
requires-python = ">=3.9"
version = "1.3.0"
version = "1.3.1"

[project.urls]
# Homepage will change to Marble homepage when that goes live
Expand Down
Loading