Skip to content

Commit

Permalink
Updated changelog and version numbers for release v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dcyoung committed Jul 18, 2017
1 parent 3c6738e commit 7dca35c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v1.2.2
This release is compatible with device firmware v1.4.

Changes:
- libsweep:
- Fixed a bug causing sweep object to hang during device creation.
- Refactor libsweep internals

## v1.2.1
This release is compatible with device firmware v1.4.

Expand Down
2 changes: 1 addition & 1 deletion libsweep/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ project(sweep C CXX)

set(SWEEP_VERSION_MAJOR 1)
set(SWEEP_VERSION_MINOR 2)
set(SWEEP_VERSION_PATCH 1)
set(SWEEP_VERSION_PATCH 2)


option(DUMMY "Build dummy libsweep always returning static point cloud data. No device needed." OFF)
Expand Down
2 changes: 1 addition & 1 deletion sweepjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sweepjs",
"version": "1.2.1",
"version": "1.2.2",
"description": "Native module for the Sweep LiDAR",
"keywords": [
"addon",
Expand Down
2 changes: 1 addition & 1 deletion sweeppy/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
readme_content = f.read()

setup(name='sweeppy',
version='1.2.1',
version='1.2.2',
description='Python bindings for libsweep',
long_description=readme_content,
author='Scanse',
Expand Down

0 comments on commit 7dca35c

Please sign in to comment.