Skip to content

Commit d04e113

Browse files
committed
Release v0.15.2
1 parent cd34556 commit d04e113

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Please note that compatibility for 0.x releases (software or repositories) isn't
44

55
_When adding new entries to the changelog, please include issue/PR numbers wherever possible._
66

7-
## 0.15.2 (UNRELEASED)
7+
## 0.15.2
88

99
- Adds a new command `kart export` which enables export of vector or tabular datasets to any OGR format. [#992](https://github.com/koordinates/kart/issues/992)
1010

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,27 @@
77

88
## Installing
99

10-
### Upgrading to v0.15.1
10+
### Upgrading to v0.15.2
1111

12-
See the [v0.15.1 release notes](https://github.com/koordinates/kart/releases/tag/v0.15.1) for changes, upgrading, and compatibility notes.
12+
See the [v0.15.2 release notes](https://github.com/koordinates/kart/releases/tag/v0.15.2) for changes, upgrading, and compatibility notes.
1313

1414
### Windows
1515

16-
Download the .msi installer from the [release page](https://github.com/koordinates/kart/releases/tag/v0.15.1).
16+
Download the .msi installer from the [release page](https://github.com/koordinates/kart/releases/tag/v0.15.2).
1717

1818
> 💡 If Windows Defender SmartScreen says "it prevented an unrecognized app from starting" after downloading, you'll need to click "Run anyway".
1919
2020
### macOS
2121

22-
Download the .pkg installer from the [release page](https://github.com/koordinates/kart/releases/tag/v0.15.1);
22+
Download the .pkg installer from the [release page](https://github.com/koordinates/kart/releases/tag/v0.15.2);
2323

2424
Or use [Homebrew](https://brew.sh) to install: `brew install koordinates/kart/kart`
2525

2626
### Linux
2727

28-
For Debian/Ubuntu-based distributions, download the .deb package from the [release page](https://github.com/koordinates/kart/releases/tag/v0.15.1) and install via `dpkg -i kart_*.deb`.
28+
For Debian/Ubuntu-based distributions, download the .deb package from the [release page](https://github.com/koordinates/kart/releases/tag/v0.15.2) and install via `dpkg -i kart_*.deb`.
2929

30-
For RPM-based distributions, download the .rpm package from the [release page](https://github.com/koordinates/kart/releases/tag/v0.15.1) and install via `rpm -i kart-*.rpm`.
30+
For RPM-based distributions, download the .rpm package from the [release page](https://github.com/koordinates/kart/releases/tag/v0.15.2) and install via `rpm -i kart-*.rpm`.
3131

3232
### Source
3333

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
project = "Kart"
1616
copyright = "2022, Kart Contributors"
1717
author = "Kart Contributors"
18-
release = "0.15.1"
18+
release = "0.15.2"
1919

2020

2121
# -- General configuration ---------------------------------------------------

kart/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.15.2rc1
1+
0.15.2

0 commit comments

Comments
 (0)