Skip to content

Commit

Permalink
1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay committed Mar 20, 2023
1 parent c57a42d commit a4429de
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 5 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
1.5.0 (2023-03-20)
------------------
- Add ventura in the _osx_codename_map
- https://github.com/ros-infrastructure/rospkg/pull/256
- Use FdoDetect to identify Raspbian systems
- https://github.com/ros-infrastructure/rospkg/pull/257
- Report Debian 'rodete' as the current Debian testing codename
- https://github.com/ros-infrastructure/rospkg/pull/258
- List 'ROS Infrastructure Team' as the package maintainer
- https://github.com/ros-infrastructure/rospkg/pull/252
- Declare test dependencies in [test] extra
- https://github.com/ros-infrastructure/rospkg/pull/251
- Declare cov/junit module name
- https://github.com/ros-infrastructure/rospkg/pull/250

1.4.0 (2022-02-24)
------------------
- Add OS_RASPBIAN definition.
Expand Down Expand Up @@ -35,7 +50,7 @@
- Drop Travis CI configuration and Python 3.4.
- Use yaml.safe_load
- https://github.com/ros-infrastructure/rospkg/pull/228
- Update release distributions.
- Update release distributions.
- Drop support for EOL Ubuntu distros.
- Drop support for EOL Debian distros.
- Add Ubuntu Jammy and Debian Bullseye for python3 releases.
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.4.0',
'version': '1.5.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.4.0'
__version__ = '1.5.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.4.0)
Depends: python-rospkg-modules (>= 1.5.0)
; rospkg-modules same version as in:
; - setup.py
; - src/rospkg/__init__.py
Depends3: python3-rospkg-modules (>= 1.4.0)
Depends3: python3-rospkg-modules (>= 1.5.0)
Conflicts: python3-rospkg
Conflicts3: python-rospkg
Suite: bionic buster
Expand Down

0 comments on commit a4429de

Please sign in to comment.