Skip to content

Commit

Permalink
Merge pull request #119 from koordinates/kart-version-0_15_3
Browse files Browse the repository at this point in the history
Set current Kart to 0.15.3
  • Loading branch information
hamishcampbell authored Nov 18, 2024
2 parents 6ea988b + 5a5e4ee commit 38aac9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

env:
QGIS_TEST_VERSION: ${{ matrix.qgis_version }}
KART_VERSION: "0.15.2"
KART_VERSION: "0.15.3"

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion kart/kartapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@


MINIMUM_SUPPORTED_VERSION = "0.14.0"
CURRENT_VERSION = "0.15.0"
CURRENT_VERSION = "0.15.3"


class KartException(Exception):
Expand Down

0 comments on commit 38aac9b

Please sign in to comment.