From c8185799792c86b1c9a8df2c1a24da85c2b49b9f Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Fri, 19 Apr 2024 13:13:17 -0500 Subject: [PATCH] 1.5.1 --- CHANGELOG.rst | 17 +++++++++++++++++ setup.py | 2 +- src/rospkg/__init__.py | 2 +- stdeb.cfg | 4 ++-- 4 files changed, 21 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 30f9591..4a0b614 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,20 @@ +1.5.1 (2024-04-19) +------------------ +- Make tests portable enough to run on Windows + - https://github.com/ros-infrastructure/rospkg/pull/268 +- Switch to ros-infrastructure centralized CI + - https://github.com/ros-infrastructure/rospkg/pull/267 +- Add detection logic for Fedora Asahi Remix + - https://github.com/ros-infrastructure/rospkg/pull/265 +- Update debian codename mapping + - https://github.com/ros-infrastructure/rospkg/pull/266 +- Add macOS Sonoma to _osx_codename_map + - https://github.com/ros-infrastructure/rospkg/pull/262 +- Update deb platforms for release + - https://github.com/ros-infrastructure/rospkg/pull/263 +- Update CI testing matrix + - https://github.com/ros-infrastructure/rospkg/pull/264 + 1.5.0 (2023-03-20) ------------------ - Add ventura in the _osx_codename_map diff --git a/setup.py b/setup.py index 94c4f99..a097b10 100755 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ # same version as in: # - src/rospkg/__init__.py # - stdeb.cfg - 'version': '1.5.0', + 'version': '1.5.1', 'packages': ['rospkg'], 'package_dir': {'': 'src'}, 'entry_points': { diff --git a/src/rospkg/__init__.py b/src/rospkg/__init__.py index 071aa52..8a3f169 100644 --- a/src/rospkg/__init__.py +++ b/src/rospkg/__init__.py @@ -45,7 +45,7 @@ # same version as in: # - setup.py # - stdeb.cfg -__version__ = '1.5.0' +__version__ = '1.5.1' __all__ = ( 'MANIFEST_FILE', 'ResourceNotFound', 'STACK_FILE', diff --git a/stdeb.cfg b/stdeb.cfg index 35f8887..ed3cb07 100644 --- a/stdeb.cfg +++ b/stdeb.cfg @@ -3,11 +3,11 @@ Debian-Version: 100 ; rospkg-modules same version as in: ; - setup.py ; - src/rospkg/__init__.py -Depends: python-rospkg-modules (>= 1.5.0) +Depends: python-rospkg-modules (>= 1.5.1) ; rospkg-modules same version as in: ; - setup.py ; - src/rospkg/__init__.py -Depends3: python3-rospkg-modules (>= 1.5.0) +Depends3: python3-rospkg-modules (>= 1.5.1) Conflicts: python3-rospkg Conflicts3: python-rospkg Suite: bionic buster