Skip to content

Commit

Permalink
bump: version 1.5.15 → 1.5.16
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Feb 18, 2025
1 parent c0c2662 commit d03e0ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.5.16 (2025-02-18)

### Fix

- **workers**: avoid requeue of task if not acks
- **worker**: set task_acks_late to False in api_worker.py

## 1.5.15 (2025-02-11)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "raw-data-api"
version = "1.5.15"
version = "1.5.16"
description = "Set of high-performant APIs for transforming and exporting OpenStreetMap (OSM) data in different GIS file formats."
readme = "README.md"
authors = [
Expand Down

0 comments on commit d03e0ea

Please sign in to comment.