Skip to content

Commit

Permalink
Updated changelog and version numbers for release v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dcyoung committed Jun 28, 2017
1 parent f3006eb commit 694c926
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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

Changes:
- libsweep:
- Fixed c++ interface, to resolve linker errors when header is included in multiple translation units.

## v1.2.0
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 0)
set(SWEEP_VERSION_PATCH 1)


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.0",
"version": "1.2.1",
"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.0',
version='1.2.1',
description='Python bindings for libsweep',
long_description=readme_content,
author='Scanse',
Expand Down

0 comments on commit 694c926

Please sign in to comment.