Skip to content

Commit

Permalink
Release v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
treee111 committed Nov 17, 2023
1 parent 866bbaa commit 6892008
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

A list of unreleased changes can be found [here](https://github.com/treee111/wahooMapsCreator/compare/v4.1.0...HEAD).
A list of unreleased changes can be found [here](https://github.com/treee111/wahooMapsCreator/compare/v4.1.1...HEAD).

<a name="4.1.1"></a>
## [4.1.1] - 2023-11-17
### Bug Fixes
- 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)


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


[4.1.1]: https://github.com/treee111/wahooMapsCreator/compare/v4.1.0...v4.1.1
[4.1.0]: https://github.com/treee111/wahooMapsCreator/compare/v4.0.2...v4.1.0
[4.0.2]: https://github.com/treee111/wahooMapsCreator/compare/v4.0.1...v4.0.2
[4.0.1]: https://github.com/treee111/wahooMapsCreator/compare/v4.0.0...v4.0.1
Expand Down
2 changes: 1 addition & 1 deletion conda_env/gdal-user.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ dependencies:
- matplotlib=3.4.3
- pip
- pip:
- wahoomc==4.1.1a1
- wahoomc==4.1.1
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = wahoomc
version = 4.1.1a1
version = 4.1.1
author = Benjamin Kreuscher
author_email = benni.kreuscher@gmail.com
description = Create maps for your Wahoo bike computer based on latest OSM maps
Expand Down
2 changes: 1 addition & 1 deletion wahoomc/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
TOOLING_WIN_DIR = os.path.join(WAHOO_MC_DIR, 'tooling_win')
# location of repo / python installation - not used
ROOT_DIR = os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir))
VERSION = '4.1.1a1'
VERSION = '4.1.1'


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

0 comments on commit 6892008

Please sign in to comment.