diff --git a/CHANGELOG.md b/CHANGELOG.md index 794d33bc9..0383538f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Please note that compatibility for 0.x releases (software or repositories) isn't _When adding new entries to the changelog, please include issue/PR numbers wherever possible._ -## 0.11.4 +## 0.11.5 ### Major changes diff --git a/CMakeLists.txt b/CMakeLists.txt index 517268a26..96c842706 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.21) project( KART - VERSION 0.11.4 + VERSION 0.11.5 DESCRIPTION "Version control for geospatial data" HOMEPAGE_URL "https://kartproject.org" LANGUAGES C CXX) diff --git a/README.md b/README.md index 0573ff7c8..b36ea504e 100644 --- a/README.md +++ b/README.md @@ -7,27 +7,27 @@ ## Installing -### Upgrading to v0.11.4 +### Upgrading to v0.11.5 -See the [v0.11.4 release notes](https://github.com/koordinates/kart/releases/tag/v0.11.4) for changes, upgrading, and compatibility notes. +See the [v0.11.5 release notes](https://github.com/koordinates/kart/releases/tag/v0.11.5) for changes, upgrading, and compatibility notes. ### Windows -Download the .msi installer from the [release page](https://github.com/koordinates/kart/releases/tag/v0.11.4). +Download the .msi installer from the [release page](https://github.com/koordinates/kart/releases/tag/v0.11.5). > 💡 If Windows Defender SmartScreen says "it prevented an unrecognized app from starting" after downloading, you'll need to click "Run anyway". ### macOS -Download the .pkg installer from the [release page](https://github.com/koordinates/kart/releases/tag/v0.11.4); +Download the .pkg installer from the [release page](https://github.com/koordinates/kart/releases/tag/v0.11.5); Or use [Homebrew](https://brew.sh) to install: `brew install koordinates/kart/kart` ### Linux -For Debian/Ubuntu-based distributions, download the .deb package from the [release page](https://github.com/koordinates/kart/releases/tag/v0.11.4) and install via `dpkg -i kart_*.deb`. +For Debian/Ubuntu-based distributions, download the .deb package from the [release page](https://github.com/koordinates/kart/releases/tag/v0.11.5) and install via `dpkg -i kart_*.deb`. -For RPM-based distributions, download the .rpm package from the [release page](https://github.com/koordinates/kart/releases/tag/v0.11.4) and install via `rpm -i kart-*.rpm`. +For RPM-based distributions, download the .rpm package from the [release page](https://github.com/koordinates/kart/releases/tag/v0.11.5) and install via `rpm -i kart-*.rpm`. ### Source diff --git a/docs/conf.py b/docs/conf.py index c309a608a..5c403ef24 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -15,7 +15,7 @@ project = "Kart" copyright = "2022, Kart Contributors" author = "Kart Contributors" -release = "0.11.4" +release = "0.11.5" # -- General configuration --------------------------------------------------- diff --git a/kart/VERSION b/kart/VERSION index 35ad34429..62d5dbdf3 100644 --- a/kart/VERSION +++ b/kart/VERSION @@ -1 +1 @@ -0.11.4 +0.11.5