File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1+ ## [ 1.6.3] ( https://github.com/dreamiurg/peakbagger-cli/compare/v1.6.2...v1.6.3 ) (2025-10-24)
2+
3+
4+ ### Bug Fixes
5+
6+ * parse ascent rows with nested tables in route icons ([ #17 ] ( https://github.com/dreamiurg/peakbagger-cli/issues/17 ) ) ([ ec99fd1] ( https://github.com/dreamiurg/peakbagger-cli/commit/ec99fd13790727fbe154e29f2e9ddeb3b161ab16 ) )
7+
18## [ 1.6.2] ( https://github.com/dreamiurg/peakbagger-cli/compare/v1.6.1...v1.6.2 ) (2025-10-24)
29
310
Original file line number Diff line number Diff line change 11"""PeakBagger CLI - A command-line interface for PeakBagger.com"""
22
3- __version__ = "1.6.2 "
3+ __version__ = "1.6.3 "
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " peakbagger-cli"
7- version = " 1.6.2 "
7+ version = " 1.6.3 "
88description = " A CLI tool for searching and retrieving mountain peak data from PeakBagger.com"
99readme = " README.md"
1010requires-python = " >=3.12"
You can’t perform that action at this time.
0 commit comments