Skip to content

Commit

Permalink
0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay committed Apr 16, 2021
1 parent 4b6a4f0 commit 30a25a7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.20.1 (2021-04-16)
-------------------
- Fix a typo in the ament_packages README
- https://github.com/ros-infrastructure/rosdep/pull/796
- Add support for a few RHEL clones
- https://github.com/ros-infrastructure/rosdep/pull/802

0.20.0 (2020-11-12)
-------------------
- Install packages in buildtool_export_depends.
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.20.0',
'version': '0.20.1',
'packages': ['rosdep2', 'rosdep2.ament_packages', 'rosdep2.platforms'],
'package_dir': {'': 'src'},
'install_requires': ['catkin_pkg >= 0.4.0', 'rospkg >= 1.3.0', 'rosdistro >= 0.7.5', 'PyYAML >= 3.1'],
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.20.0'
__version__ = '0.20.1'
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.20.0)
Depends: python-rosdep-modules (>= 0.20.1)
; rosdep-modules same version as in:
; - setup.py
; - src/rosdep2/_version.py
Depends3: python3-rosdep-modules (>= 0.20.0)
Depends3: python3-rosdep-modules (>= 0.20.1)
Conflicts: python3-rosdep, python-rosdep2, python3-rosdep2
Conflicts3: python-rosdep, python-rosdep2, python3-rosdep2
Copyright-File: LICENSE
Expand Down

0 comments on commit 30a25a7

Please sign in to comment.