We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ea988b commit 5a5e4eeCopy full SHA for 5a5e4ee
.github/workflows/testing.yml
@@ -21,7 +21,7 @@ jobs:
21
22
env:
23
QGIS_TEST_VERSION: ${{ matrix.qgis_version }}
24
- KART_VERSION: "0.15.2"
+ KART_VERSION: "0.15.3"
25
26
steps:
27
- name: Checkout
kart/kartapi.py
@@ -37,7 +37,7 @@
37
38
39
MINIMUM_SUPPORTED_VERSION = "0.14.0"
40
-CURRENT_VERSION = "0.15.0"
+CURRENT_VERSION = "0.15.3"
41
42
43
class KartException(Exception):
0 commit comments