Skip to content

Commit

Permalink
0.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay committed Mar 20, 2023
1 parent ec25692 commit 05b49e4
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
0.22.2 (2023-03-20)
-------------------
- Enable rosdep init to work with non-extant ROSDEP_SOURCE_PATH
- https://github.com/ros-infrastructure/rosdep/pull/911
- Require flake8 < 6 for linting
- https://github.com/ros-infrastructure/rosdep/pull/913
- Fix a flake8 violation in tests
- https://github.com/ros-infrastructure/rosdep/pull/893

0.22.1 (2022-06-24)
-------------------
- Drop ROS Python package dependencies in debs
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# same version as in:
# - src/rosdep2/__init__.py
# - stdeb.cfg
'version': '0.22.1',
'version': '0.22.2',
'packages': ['rosdep2', 'rosdep2.ament_packages', 'rosdep2.platforms'],
'package_dir': {'': 'src'},
'install_requires': ['PyYAML >= 3.1', 'setuptools'],
Expand Down
2 changes: 1 addition & 1 deletion src/rosdep2/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# same version as in:
# - setup.py
# - stdeb.cfg
__version__ = '0.22.1'
__version__ = '0.22.2'
4 changes: 2 additions & 2 deletions stdeb.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
; rosdep-modules same version as in:
; - setup.py
; - src/rosdep2/_version.py
Depends: python-rosdep-modules (>= 0.22.1)
Depends: python-rosdep-modules (>= 0.22.2)
; rosdep-modules same version as in:
; - setup.py
; - src/rosdep2/_version.py
Depends3: python3-rosdep-modules (>= 0.22.1)
Depends3: python3-rosdep-modules (>= 0.22.2)
Conflicts: python3-rosdep, python-rosdep2, python3-rosdep2
Conflicts3: python-rosdep, python-rosdep2, python3-rosdep2
Copyright-File: LICENSE
Expand Down

0 comments on commit 05b49e4

Please sign in to comment.