Skip to content

Commit 30d2e75

Browse files
committed
Alpha Version v4.2.1a1
1 parent 3e36ef3 commit 30d2e75

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ 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.1a0...HEAD).
7+
A list of unreleased changes can be found [here](https://github.com/treee111/wahooMapsCreator/compare/v4.2.1a1...HEAD).
88

9-
<a name="4.2.1a0"></a>
10-
## [4.2.1a0] - 2024-10-14
9+
<a name="4.2.1a1"></a>
10+
## [4.2.1a1] - 2024-10-14
1111
### Features
1212
- remove coding handling breaking changes and unused function ([#256](https://github.com/treee111/wahooMapsCreator/issues/256)) [`43e07b4`](https://github.com/treee111/wahooMapsCreator/commit/43e07b4ffb0517eed5d53b9177c0d7dd76b8e8a3)
1313

@@ -486,7 +486,7 @@ wahooMapsCreator can now be used much quicker and easier!
486486
- Windows: `tooling_windows/Windows-Wahoo-Map-Creator-Osmosis/wahoo-map-creator-osmosis.py`
487487

488488

489-
[4.2.1a0]: https://github.com/treee111/wahooMapsCreator/compare/v4.2.0...v4.2.1a0
489+
[4.2.1a1]: https://github.com/treee111/wahooMapsCreator/compare/v4.2.0...v4.2.1a1
490490
[4.2.0]: https://github.com/treee111/wahooMapsCreator/compare/v4.1.1...v4.2.0
491491
[4.1.1]: https://github.com/treee111/wahooMapsCreator/compare/v4.1.0...v4.1.1
492492
[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.1a0
13+
- wahoomc==4.2.1a1

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.1a0
3+
version = 4.2.1a1
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.1a0'
29+
VERSION = '4.2.1a1'
3030

3131

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

0 commit comments

Comments
 (0)