Skip to content

Commit 5a5e4ee

Browse files
Set current Kart to 0.15.3
1 parent 6ea988b commit 5a5e4ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
env:
2323
QGIS_TEST_VERSION: ${{ matrix.qgis_version }}
24-
KART_VERSION: "0.15.2"
24+
KART_VERSION: "0.15.3"
2525

2626
steps:
2727
- name: Checkout

kart/kartapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838

3939
MINIMUM_SUPPORTED_VERSION = "0.14.0"
40-
CURRENT_VERSION = "0.15.0"
40+
CURRENT_VERSION = "0.15.3"
4141

4242

4343
class KartException(Exception):

0 commit comments

Comments
 (0)