Skip to content

Commit 6892008

Browse files
committed
Release v4.1.1
1 parent 866bbaa commit 6892008

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ 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.1.0...HEAD).
7+
A list of unreleased changes can be found [here](https://github.com/treee111/wahooMapsCreator/compare/v4.1.1...HEAD).
8+
9+
<a name="4.1.1"></a>
10+
## [4.1.1] - 2023-11-17
11+
### Bug Fixes
12+
- cut down folder_name to 50 to not crash when creating output folder ([#228](https://github.com/treee111/wahooMapsCreator/issues/228)) [`866bbaa`](https://github.com/treee111/wahooMapsCreator/commit/866bbaadee1ff4a8ca884f43d091911e39b1af2e)
13+
814

915
<a name="4.1.0"></a>
1016
## [4.1.0] - 2023-07-11
@@ -445,6 +451,7 @@ wahooMapsCreator can now be used much quicker and easier!
445451
- Windows: `tooling_windows/Windows-Wahoo-Map-Creator-Osmosis/wahoo-map-creator-osmosis.py`
446452

447453

454+
[4.1.1]: https://github.com/treee111/wahooMapsCreator/compare/v4.1.0...v4.1.1
448455
[4.1.0]: https://github.com/treee111/wahooMapsCreator/compare/v4.0.2...v4.1.0
449456
[4.0.2]: https://github.com/treee111/wahooMapsCreator/compare/v4.0.1...v4.0.2
450457
[4.0.1]: https://github.com/treee111/wahooMapsCreator/compare/v4.0.0...v4.0.1

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.1.1a1
13+
- wahoomc==4.1.1

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.1.1a1
3+
version = 4.1.1
44
author = Benjamin Kreuscher
55
author_email = [email protected]
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.1.1a1'
29+
VERSION = '4.1.1'
3030

3131

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

0 commit comments

Comments
 (0)