Skip to content

Commit 9a83bf4

Browse files
v1.14.0-rc4
1 parent ed89a50 commit 9a83bf4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Compare tags
2222
run: |
23-
PKG_VERSION= `grep '__version__' mapbox_tilesets/__init__.py | sed -E "s/^.*['\"](.*)['\"].*$/\1/"`
23+
PKG_VERSION=`grep '__version__' mapbox_tilesets/__init__.py | sed -E "s/^.*['\"](.*)['\"].*$/\1/"`
2424
echo "Checking that package version [v$PKG_VERSION] matches release tag [${{ github.ref_name }}]"
2525
[ "${{ github.ref_type }}" = "tag" ] && [ "${{ github.ref_name }}" = "v$PKG_VERSION" ]
2626

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Unreleased
22

33
=======
4-
# 1.14.0-rc3 (2025-04-16)
4+
# 1.14.0-rc4 (2025-04-16)
55
- Migrate to GHA
66

77
# 1.13.0 (2025-01-07)

mapbox_tilesets/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""mapbox_tilesets package"""
22

3-
__version__ = "1.14.0-rc3"
3+
__version__ = "1.14.0-rc4"

0 commit comments

Comments
 (0)