Skip to content

Commit

Permalink
Update version numbers (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
kairenw committed Jun 8, 2022
1 parent 7d47c8b commit 64a6cbe
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,17 @@
Changelog
=========

[20220607]
[20220608]
==========

ouster_client
-------------
* change single return parsing for FW 2.3.1

python
------
* single return parsing for FW 2.3.1 reflects change from ouster_client

[20220504]
==========

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
include(DefaultBuildType)

# ==== Project Name ====
project(ouster_example VERSION 20220429)
project(ouster_example VERSION 20220608)

# ==== Options ====
option(CMAKE_POSITION_INDEPENDENT_CODE "Build position independent code." ON)
Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class OusterSDKConan(ConanFile):
name = "ouster_sdk"
version = "0.4.0"
version = "0.4.1"
license = "BSD 3-Clause License"
author = "Ouster, Inc."
url = "https://github.com/ouster-lidar/ouster_example"
Expand Down
2 changes: 1 addition & 1 deletion ouster_client/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.1.0)

# ==== Project Name ====
project(ouster_client VERSION 0.4.0)
project(ouster_client VERSION 0.4.1)
set(ouster_client_VERSION_SUFFIX "")

# ==== Requirements ====
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def run(self):
setup(
name='ouster-sdk',
url='https://github.com/ouster-lidar/ouster_example',
version='0.4.0',
version='0.4.1',
package_dir={'': 'src'},
packages=find_namespace_packages(where='src'),
namespace_packages=['ouster'],
Expand Down

0 comments on commit 64a6cbe

Please sign in to comment.