Skip to content

Commit

Permalink
0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
timonegk committed Aug 3, 2023
1 parent b106ff1 commit bba7df1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ Changelog for package catkin_tools
Upcoming
--------

0.9.4 (2023-08-03)
------------------

* Update action versions (#757)
* Add bookworm as a python3 target (#753)
* Fix typo in documentation (#755)
* Create .readthedocs.yaml (#756)
* Contributors: Jonas Zohren, Timon Engelke, Tully Foote, William Woodall

0.9.3 (2023-02-23)
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def run(self):

setup(
name='catkin_tools',
version='0.9.3',
version='0.9.4',
python_requires='>=3.5',
packages=find_packages(exclude=['tests*', 'docs']),
package_data={
Expand Down

0 comments on commit bba7df1

Please sign in to comment.