Skip to content

Commit

Permalink
1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay committed Jan 24, 2025
1 parent 607b197 commit db7614e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
1.6.0 (2025-01-24)
------------------
- Add 'Duke' to Debian codename mapping
- https://github.com/ros-infrastructure/rospkg/pull/273
- Raise minimum required Python version to 3.6
- https://github.com/ros-infrastructure/rospkg/pull/272
- Add macOS 15 to _osx_codename_map
- https://github.com/ros-infrastructure/rospkg/pull/271
- Fix test_tripwire_uname_get_machine on macOS
- https://github.com/ros-infrastructure/rospkg/pull/270

1.5.1 (2024-04-19)
------------------
- Make tests portable enough to run on Windows
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# same version as in:
# - src/rospkg/__init__.py
# - stdeb.cfg
'version': '1.5.1',
'version': '1.6.0',
'packages': ['rospkg'],
'package_dir': {'': 'src'},
'entry_points': {
Expand Down
2 changes: 1 addition & 1 deletion src/rospkg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
# same version as in:
# - setup.py
# - stdeb.cfg
__version__ = '1.5.1'
__version__ = '1.6.0'

__all__ = (
'MANIFEST_FILE', 'ResourceNotFound', 'STACK_FILE',
Expand Down
4 changes: 2 additions & 2 deletions stdeb.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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.1)
Depends: python-rospkg-modules (>= 1.6.0)
; rospkg-modules same version as in:
; - setup.py
; - src/rospkg/__init__.py
Depends3: python3-rospkg-modules (>= 1.5.1)
Depends3: python3-rospkg-modules (>= 1.6.0)
Conflicts: python3-rospkg
Conflicts3: python-rospkg
Suite: bionic buster
Expand Down

0 comments on commit db7614e

Please sign in to comment.