Skip to content

Commit b60709b

Browse files
chore(release): 1.9.1 [skip ci]
1 parent 83fe830 commit b60709b

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,15 @@ Co-Authored-By: Claude <noreply@anthropic.com>
129129

130130
<!-- version list -->
131131

132+
## v1.9.1 (2025-11-01)
133+
134+
### Bug Fixes
135+
136+
- Correct PyPI package name and GitHub URLs in README
137+
([#45](https://github.com/dreamiurg/peakbagger-cli/pull/45),
138+
[`83fe830`](https://github.com/dreamiurg/peakbagger-cli/commit/83fe830102dbbef27ba62513ba21b9c6dfe5e35b))
139+
140+
132141
## v1.9.0 (2025-11-01)
133142

134143
### Continuous Integration

peakbagger/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""PeakBagger CLI - A command-line interface for PeakBagger.com"""
22

3-
__version__ = "1.9.0"
3+
__version__ = "1.9.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "peakbagger"
7-
version = "1.9.0"
7+
version = "1.9.1"
88
description = "Explore mountain peak data from PeakBagger.com directly in your terminal. Search peaks by name, view comprehensive details, browse ascent trip reports, analyze seasonal climbing patterns, and export data as JSON. Built for hikers, climbers, and data enthusiasts."
99
readme = "README.md"
1010
requires-python = ">=3.12"

0 commit comments

Comments
 (0)