Skip to content

Commit 9732cab

Browse files
committed
Release v4.3.0
1 parent cebf925 commit 9732cab

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,21 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
A list of unreleased changes can be found [here](https://github.com/treee111/wahooMapsCreator/compare/v4.2.0...HEAD).
7+
A list of unreleased changes can be found [here](https://github.com/treee111/wahooMapsCreator/compare/v4.3.0...HEAD).
8+
9+
<a name="4.3.0"></a>
10+
## [4.3.0] - 2024-10-16
11+
### Features
12+
- remove coding handling breaking changes and unused function ([#256](https://github.com/treee111/wahooMapsCreator/issues/256)) [`43e07b4`](https://github.com/treee111/wahooMapsCreator/commit/43e07b4ffb0517eed5d53b9177c0d7dd76b8e8a3)
13+
14+
### Bug Fixes
15+
- make mapwriter download URL OS independent [`e5d19bd`](https://github.com/treee111/wahooMapsCreator/commit/e5d19bdc52c322910635dfb55bb6a19040cc3e63)
16+
- **Windows:** Download Osmosis into in `Osmosis` and not into subfolder, example `Osmosis/osmosis-0.49.2` ([#261](https://github.com/treee111/wahooMapsCreator/issues/261)) [`913d12d`](https://github.com/treee111/wahooMapsCreator/commit/913d12d1248c50348543646db63abf2b2cf061e3)
17+
- **Windows:** adjust location of mapwriter plugin ([#262](https://github.com/treee111/wahooMapsCreator/issues/262)) [`cebf925`](https://github.com/treee111/wahooMapsCreator/commit/cebf92573c429f52ee0684e06f93a29010c36b21)
18+
19+
### Development/Infrastructure/Test/CI
20+
- Create LICENSE file ([#257](https://github.com/treee111/wahooMapsCreator/issues/257)) [`827f464`](https://github.com/treee111/wahooMapsCreator/commit/827f464c60652d2f3c11f47236703a9cea4f44ee)
21+
822

923
<a name="4.2.0"></a>
1024
## [4.2.0] - 2024-09-12
@@ -473,6 +487,7 @@ wahooMapsCreator can now be used much quicker and easier!
473487
- Windows: `tooling_windows/Windows-Wahoo-Map-Creator-Osmosis/wahoo-map-creator-osmosis.py`
474488

475489

490+
[4.3.0]: https://github.com/treee111/wahooMapsCreator/compare/v4.2.0...v4.3.0
476491
[4.2.0]: https://github.com/treee111/wahooMapsCreator/compare/v4.1.1...v4.2.0
477492
[4.1.1]: https://github.com/treee111/wahooMapsCreator/compare/v4.1.0...v4.1.1
478493
[4.1.0]: https://github.com/treee111/wahooMapsCreator/compare/v4.0.2...v4.1.0

conda_env/gdal-user.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ dependencies:
1010
- matplotlib=3.4.3
1111
- pip
1212
- pip:
13-
- wahoomc==4.2.0
13+
- wahoomc==4.3.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = wahoomc
3-
version = 4.2.0
3+
version = 4.3.0
44
author = Benjamin Kreuscher
55
author_email = benni.kreuscher@gmail.com
66
description = Create maps for your Wahoo bike computer based on latest OSM maps

wahoomc/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
TOOLING_WIN_DIR = os.path.join(WAHOO_MC_DIR, 'tooling_win')
2727
# location of repo / python installation - not used
2828
ROOT_DIR = os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir))
29-
VERSION = '4.2.0'
29+
VERSION = '4.3.0'
3030

3131

3232
block_download = ['dach', 'alps', 'britain-and-ireland', 'south-africa-and-lesotho',

0 commit comments

Comments
 (0)