Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wjwwood committed Apr 18, 2016
1 parent 25d1b10 commit f266b8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Expand Up @@ -2,8 +2,8 @@
Changelog for package catkin_tools
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.4.0 (2016-04-18)
------------------
* Major refactor of the job execution engine to use Trollius/Asyncio.
* Changed the way build environments are generated (no more ``build.sh``).
* Added new "Linked-devel" space option, where the ``devel`` space for each package is isolated, but are symlinked to a single merged ``devel`` space afterwards.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -106,7 +106,7 @@ def run(self):

setup(
name='catkin_tools',
version='0.3.1',
version='0.4.0',
packages=find_packages(exclude=['tests', 'docs']),
package_data={
'catkin_tools': [
Expand Down

0 comments on commit f266b8e

Please sign in to comment.