Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,18 @@ We [keep a changelog.](http://keepachangelog.com/)

## [Unreleased]

## [1.7.1] - 2026-06-10

### Fixed

- **Config**: Fixed a URL routing regression where explicitly passing a version suffix (like `/v3`) in the `api_url` caused duplicate version paths (`/v3/v3`) resulting in 404s (#40).
- Fixed the usage's example in `README.md` of the `api_url` parameter that must strictly be the **base host only**.

### Pull Requests Merged

- [PR_41](https://github.com/mailgun/mailgun-python/pull/41) - Fix suffix before baking endpoints.
- [PR_42](https://github.com/mailgun/mailgun-python/pull/42) - Release 1.7.1

## [1.7.0] - 2026-05-01

### Added
Expand Down Expand Up @@ -370,4 +377,6 @@ We [keep a changelog.](http://keepachangelog.com/)
[1.4.0]: https://github.com/mailgun/mailgun-python/releases/tag/v1.4.0
[1.5.0]: https://github.com/mailgun/mailgun-python/releases/tag/v1.5.0
[1.6.0]: https://github.com/mailgun/mailgun-python/releases/tag/v1.6.0
[unreleased]: https://github.com/mailgun/mailgun-python/compare/v1.6.0...HEAD
[1.7.0]: https://github.com/mailgun/mailgun-python/releases/tag/v1.7.0
[1.7.1]: https://github.com/mailgun/mailgun-python/releases/tag/v1.7.1
[unreleased]: https://github.com/mailgun/mailgun-python/compare/v1.7.1...HEAD
2 changes: 1 addition & 1 deletion conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ test:
- mailgun.handlers
- mailgun.examples
source_files:
- tests/unit/
- tests/
requires:
- pip
- pytest
Expand Down
2 changes: 1 addition & 1 deletion mailgun/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.7.0"
__version__ = "1.7.1"
Loading