Skip to content

Commit

Permalink
0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay committed Mar 13, 2024
1 parent 2208a3b commit 03d6193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colcon_core/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2016-2020 Dirk Thomas
# Licensed under the Apache License, Version 2.0

__version__ = '0.15.2'
__version__ = '0.16.0'

1 comment on commit 03d6193

@tonynajjar
Copy link

@tonynajjar tonynajjar commented on 03d6193 Mar 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cottsay could you tell me where can I track the progress of the debian pacakge build for ubuntu 22? (I want to know when i'll be able to install 0.16.0 via apt).

I know that I can check if it's available here but wanted to know if I can track it once step before that in some CI

Please sign in to comment.