Skip to content

Commit

Permalink
Bump version: 0.6.3 → 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoelles committed Sep 27, 2022
1 parent 8fefa9e commit 91783ed
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.3
current_version = 0.7.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM tgoelles/pointcloudset_base:v0.6.3
FROM tgoelles/pointcloudset_base:v0.7.0
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0
Unreleased
-------------

0.7.0 - (2022-09-27)
-------------

Added
~~~~~~
- added version number to file metadata. If the native file format changes in the future.
Expand Down
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "pointcloudset" %}
{% set version = "set version = "set version = "set version = "set version = "set version = "0.6.3"""""" %}
{% set version = "set version = "set version = "set version = "set version = "set version = "0.7.0"""""" %}

package:
name: "{{ name|lower }}"
Expand Down
2 changes: 1 addition & 1 deletion docker/release.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
########################################################################################
# Docker image including the release
FROM tgoelles/pointcloudset_base:v0.6.3
FROM tgoelles/pointcloudset_base:v0.7.0

# Copy local code to the container image.
ENV PACKAGE_HOME /pointcloudset
Expand Down
2 changes: 1 addition & 1 deletion pointcloudset/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .dataset import Dataset
from .pointcloud import PointCloud

__version__ = "0.6.3"
__version__ = "0.7.0"

0 comments on commit 91783ed

Please sign in to comment.