Skip to content

Commit da57212

Browse files
author
GTED
authored
Indigo devel pyros_msgs repo: pyros-dev -> yujinrobot (yujinrobot#161)
* Change pyros_msgs repo uri (from pyros-dev to yujinrobot) * Bump package version up: 0.4.57 -> 0.4.58 * Add changelog for 0.4.58
1 parent 3b766fe commit da57212

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Changelog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
0.4.58
2+
- yujin_tools: change pyros_msgs repo from pyros-dev to yujinrobot repo in rosinstall devel.
13
0.4.57
24
- yujin_tools: change pyros_schemas repo from pyros-dev to yujinrobot repo in rosinstall devel.
35
0.4.56

rosinstalls/indigo/gopher_bootstrap-devel.rosinstall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
- git: { local-name: 'catkin_pip', version: 'devel', uri: 'https://github.com/asmodehn/catkin_pip.git'}
4040
- git: { local-name: 'pyros_interfaces_ros', version: 'master', uri: 'https://github.com/asmodehn/pyros-rosinterface.git'}
4141
- git: { local-name: 'pyros_schemas', version: 'master', uri: 'https://github.com/yujinrobot/pyros-schemas.git'}
42-
- git: { local-name: 'pyros_msgs', version: 'master', uri: 'https://github.com/asmodehn/pyros-msgs.git'}
42+
- git: { local-name: 'pyros_msgs', version: 'master', uri: 'https://github.com/yujinrobot/pyros-msgs.git'}
4343
# for python packages, we need the patches from the rosrelease repo, but we should report fixes upstream...
4444
# And be aware of https://github.com/asmodehn/catkin_pip/issues/106
4545
# - git: { local-name: 'pyros', version: 'release/indigo/pyros', uri: 'https://github.com/asmodehn/pyros-rosrelease.git'}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# to get that here *and* there and we don't exactly use
2121
# the module version anywhere, so keep it simple...
2222
# just here for now.
23-
__version__ = '0.4.57'
23+
__version__ = '0.4.58'
2424

2525
setup(name='yujin_tools',
2626
version= __version__,

0 commit comments

Comments
 (0)