Skip to content

Commit

Permalink
fix: add support for new py-d2
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBlenny committed May 27, 2023
1 parent ae20e0d commit 8b52f7b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Release Process

* Update the __version__ in [\_\_init\_\_.py](../src/ros_d2/ros_d2/__init__.py)
* Create a tag / release on GitHub
* Wait for the CI to finish

2 changes: 1 addition & 1 deletion src/ros_d2/ros_d2/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = "1.0.4"
__version__ = "1.0.5"

0 comments on commit 8b52f7b

Please # to comment.