Skip to content

Commit

Permalink
Set current Kart to 0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
olsen232 committed Oct 25, 2023
1 parent 47d9b90 commit f0a3952
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.14.1"
KART_VERSION: "0.14.2"

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 @@ -38,7 +38,7 @@


MINIMUM_SUPPORTED_VERSION = "0.14.0"
CURRENT_VERSION = "0.14.1"
CURRENT_VERSION = "0.14.2"


class KartException(Exception):
Expand Down

0 comments on commit f0a3952

Please sign in to comment.