Skip to content

Commit c818579

Browse files
committed
1.5.1
1 parent b269a4b commit c818579

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed

CHANGELOG.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
1.5.1 (2024-04-19)
2+
------------------
3+
- Make tests portable enough to run on Windows
4+
- https://github.com/ros-infrastructure/rospkg/pull/268
5+
- Switch to ros-infrastructure centralized CI
6+
- https://github.com/ros-infrastructure/rospkg/pull/267
7+
- Add detection logic for Fedora Asahi Remix
8+
- https://github.com/ros-infrastructure/rospkg/pull/265
9+
- Update debian codename mapping
10+
- https://github.com/ros-infrastructure/rospkg/pull/266
11+
- Add macOS Sonoma to _osx_codename_map
12+
- https://github.com/ros-infrastructure/rospkg/pull/262
13+
- Update deb platforms for release
14+
- https://github.com/ros-infrastructure/rospkg/pull/263
15+
- Update CI testing matrix
16+
- https://github.com/ros-infrastructure/rospkg/pull/264
17+
118
1.5.0 (2023-03-20)
219
------------------
320
- Add ventura in the _osx_codename_map

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# same version as in:
1818
# - src/rospkg/__init__.py
1919
# - stdeb.cfg
20-
'version': '1.5.0',
20+
'version': '1.5.1',
2121
'packages': ['rospkg'],
2222
'package_dir': {'': 'src'},
2323
'entry_points': {

src/rospkg/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
# same version as in:
4646
# - setup.py
4747
# - stdeb.cfg
48-
__version__ = '1.5.0'
48+
__version__ = '1.5.1'
4949

5050
__all__ = (
5151
'MANIFEST_FILE', 'ResourceNotFound', 'STACK_FILE',

stdeb.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ Debian-Version: 100
33
; rospkg-modules same version as in:
44
; - setup.py
55
; - src/rospkg/__init__.py
6-
Depends: python-rospkg-modules (>= 1.5.0)
6+
Depends: python-rospkg-modules (>= 1.5.1)
77
; rospkg-modules same version as in:
88
; - setup.py
99
; - src/rospkg/__init__.py
10-
Depends3: python3-rospkg-modules (>= 1.5.0)
10+
Depends3: python3-rospkg-modules (>= 1.5.1)
1111
Conflicts: python3-rospkg
1212
Conflicts3: python-rospkg
1313
Suite: bionic buster

0 commit comments

Comments
 (0)