Skip to content

Commit

Permalink
0.4.23
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Sep 29, 2020
1 parent db9f907 commit ad07ab2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# same version as in:
# - src/catkin_pkg/__init__.py
# - stdeb.cfg
'version': '0.4.22',
'version': '0.4.23',
'packages': ['catkin_pkg', 'catkin_pkg.cli'],
'package_dir': {'': 'src'},
'package_data': {'catkin_pkg': ['templates/*.in']},
Expand Down
2 changes: 1 addition & 1 deletion src/catkin_pkg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
# same version as in:
# - setup.py
# - stdeb.cfg
__version__ = '0.4.22'
__version__ = '0.4.23'
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
; catkin-pkg-modules same version as in:
; - setup.py
; - src/catkin_pkg/__init__.py
Depends: python-argparse, python-catkin-pkg-modules (>= 0.4.22), python-dateutil, python-docutils
Depends: python-argparse, python-catkin-pkg-modules (>= 0.4.23), python-dateutil, python-docutils
; catkin-pkg-modules same version as in:
; - setup.py
; - src/catkin_pkg/__init__.py
Depends3: python3-catkin-pkg-modules (>= 0.4.22), python3-dateutil, python3-docutils
Depends3: python3-catkin-pkg-modules (>= 0.4.23), python3-dateutil, python3-docutils
Conflicts: catkin, python3-catkin-pkg
Conflicts3: catkin, python-catkin-pkg
Copyright-File: LICENSE
Expand Down

0 comments on commit ad07ab2

Please sign in to comment.