Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Jun 7, 2019
1 parent 78d84f0 commit 0052950
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ros_buildfarm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
# same version as in:
# - setup.py
# - stdeb.cfg
__version__ = '2.0.2-master'
__version__ = '3.0.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# same version as in:
# - ros_buildfarm/__init__.py
# - stdeb.cfg
'version': '2.0.2-master',
'version': '3.0.0',
'packages': find_packages(exclude=['test']),
'scripts': scripts,
'include_package_data': True,
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
; ros-buildfarm-modules same version (without the branch suffix) as in:
; - ros_buildfarm/__init__.py
; - setup.py
Depends: python-argparse, python-catkin-pkg-modules, python-ros-buildfarm-modules (>= 2.0.2), python-rosdistro-modules, python-yaml
Depends: python-argparse, python-catkin-pkg-modules, python-ros-buildfarm-modules (>= 3.0.0), python-rosdistro-modules, python-yaml
; ros-buildfarm-modules same version (without the branch suffix) as in:
; - ros_buildfarm/__init__.py
; - setup.py
Depends3: python3-catkin-pkg-modules, python3-ros-buildfarm-modules (>= 2.0.2), python3-rosdistro-modules, python3-yaml
Depends3: python3-catkin-pkg-modules, python3-ros-buildfarm-modules (>= 3.0.0), python3-rosdistro-modules, python3-yaml
Conflicts: python3-ros-buildfarm
Conflicts3: python-ros-buildfarm
Suite: trusty utopic vivid wily xenial yakkety zesty artful bionic
Expand Down

0 comments on commit 0052950

Please sign in to comment.