From 8b020402d56b9e2119dff452342c03f9e8ca9779 Mon Sep 17 00:00:00 2001 From: brgcode Date: Mon, 14 Jun 2021 13:22:28 +0200 Subject: [PATCH] Bump version to 1.7.0 --- .bumpversion.cfg | 2 +- CHANGELOG.md | 2 +- docs/conf.py | 2 +- schemas/circle.json | 2 +- schemas/ellipse.json | 2 +- schemas/frame.json | 2 +- schemas/graph.json | 2 +- schemas/halfedge.json | 2 +- schemas/halfface.json | 2 +- schemas/line.json | 2 +- schemas/plane.json | 2 +- schemas/point.json | 2 +- schemas/polygon.json | 2 +- schemas/polyline.json | 2 +- schemas/quaternion.json | 2 +- schemas/transformation.json | 2 +- schemas/vector.json | 2 +- setup.py | 2 +- src/compas/__init__.py | 2 +- src/compas_blender/__init__.py | 2 +- src/compas_ghpython/__init__.py | 2 +- src/compas_plotters/__init__.py | 2 +- src/compas_rhino/__init__.py | 2 +- 23 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 71cef932f19..a776aca2138 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.6.3 +current_version = 1.7.0 message = Bump version to {new_version} commit = True tag = True diff --git a/CHANGELOG.md b/CHANGELOG.md index cd70c5ca8e1..f40a99f01ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [1.7.0] 2021-06-14 ### Added diff --git a/docs/conf.py b/docs/conf.py index 8c4c985b84e..a3208248bc1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -38,7 +38,7 @@ def patched_m2r2_setup(app): copyright = "Block Research Group - ETH Zurich" author = "Tom Van Mele" -release = "1.6.3" +release = "1.7.0" version = ".".join(release.split(".")[0:2]) master_doc = "index" diff --git a/schemas/circle.json b/schemas/circle.json index f49ae17e10e..537b77a062c 100644 --- a/schemas/circle.json +++ b/schemas/circle.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://github.com/compas-dev/compas/schemas/circle.json", - "$compas": "1.6.3", + "$compas": "1.7.0", "type": "object", "properties": { diff --git a/schemas/ellipse.json b/schemas/ellipse.json index e0e63254171..99304686426 100644 --- a/schemas/ellipse.json +++ b/schemas/ellipse.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://github.com/compas-dev/compas/schemas/ellipse.json", - "$compas": "1.6.3", + "$compas": "1.7.0", "type": "object", "properties": { diff --git a/schemas/frame.json b/schemas/frame.json index b0f9bb85d2b..44fdf2dc426 100644 --- a/schemas/frame.json +++ b/schemas/frame.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://github.com/compas-dev/compas/schemas/frame.json", - "$compas": "1.6.3", + "$compas": "1.7.0", "type": "object", "properties": { diff --git a/schemas/graph.json b/schemas/graph.json index 0066f9cbe18..b6d32408d9c 100644 --- a/schemas/graph.json +++ b/schemas/graph.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://github.com/compas-dev/compas/schemas/graph.json", - "$compas": "1.6.3", + "$compas": "1.7.0", "type": "object", "poperties": { diff --git a/schemas/halfedge.json b/schemas/halfedge.json index 753641b0d74..08402af1004 100644 --- a/schemas/halfedge.json +++ b/schemas/halfedge.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://github.com/compas-dev/compas/schemas/halfedge.json", - "$compas": "1.6.3", + "$compas": "1.7.0", "type": "object", "poperties": { diff --git a/schemas/halfface.json b/schemas/halfface.json index 1d1898c92a7..3b01c0de6c4 100644 --- a/schemas/halfface.json +++ b/schemas/halfface.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://github.com/compas-dev/compas/schemas/halfface.json", - "$compas": "1.6.3", + "$compas": "1.7.0", "type": "object", "poperties": { diff --git a/schemas/line.json b/schemas/line.json index 0234293c5cc..5d5bf6bbd36 100644 --- a/schemas/line.json +++ b/schemas/line.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://github.com/compas-dev/compas/schemas/line.json", - "$compas": "1.6.3", + "$compas": "1.7.0", "type": "object", "properties": { diff --git a/schemas/plane.json b/schemas/plane.json index 9c6c606a1da..994b5c542a4 100644 --- a/schemas/plane.json +++ b/schemas/plane.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://github.com/compas-dev/compas/schemas/plane.json", - "$compas": "1.6.3", + "$compas": "1.7.0", "type": "object", "properties": { diff --git a/schemas/point.json b/schemas/point.json index 17bcd229c88..8e8deaee222 100644 --- a/schemas/point.json +++ b/schemas/point.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://github.com/compas-dev/compas/schemas/point.json", - "$compas": "1.6.3", + "$compas": "1.7.0", "type": "array", "minItems": 3, diff --git a/schemas/polygon.json b/schemas/polygon.json index 3cf93ba3d7c..efd15ecf4de 100644 --- a/schemas/polygon.json +++ b/schemas/polygon.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://github.com/compas-dev/compas/schemas/polygon.json", - "$compas": "1.6.3", + "$compas": "1.7.0", "type": "object", "properties": { diff --git a/schemas/polyline.json b/schemas/polyline.json index 549f9e5b4b3..0e6e31bdff8 100644 --- a/schemas/polyline.json +++ b/schemas/polyline.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://github.com/compas-dev/compas/schemas/polyline.json", - "$compas": "1.6.3", + "$compas": "1.7.0", "type": "object", "properties": { diff --git a/schemas/quaternion.json b/schemas/quaternion.json index 9616b274026..d5539135e89 100644 --- a/schemas/quaternion.json +++ b/schemas/quaternion.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://github.com/compas-dev/compas/schemas/quaternion.json", - "$compas": "1.6.3", + "$compas": "1.7.0", "type": "object", "properties": { diff --git a/schemas/transformation.json b/schemas/transformation.json index f0736675393..0379435ccc0 100644 --- a/schemas/transformation.json +++ b/schemas/transformation.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://github.com/compas-dev/compas/schemas/transformation.json", - "$compas": "1.6.3", + "$compas": "1.7.0", "type": "object", "properties": { diff --git a/schemas/vector.json b/schemas/vector.json index 177beb1cc59..ba641b9a395 100644 --- a/schemas/vector.json +++ b/schemas/vector.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://github.com/compas-dev/compas/schemas/vector.json", - "$compas": "1.6.3", + "$compas": "1.7.0", "type": "array", "minItems": 3, diff --git a/setup.py b/setup.py index 7dbf31dfff4..490e8190e2b 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def read(*names, **kwargs): setup( name='COMPAS', - version='1.6.3', + version='1.7.0', description='The COMPAS framework', long_description=long_description, long_description_content_type='text/markdown', diff --git a/src/compas/__init__.py b/src/compas/__init__.py index 48e9db4d5f0..4eec60cd3f1 100644 --- a/src/compas/__init__.py +++ b/src/compas/__init__.py @@ -90,7 +90,7 @@ __license__ = 'MIT License' __email__ = 'vanmelet@ethz.ch' -__version__ = '1.6.3' +__version__ = '1.7.0' version = LooseVersion(compas.__version__) versionstring = version.vstring.split('-')[0] diff --git a/src/compas_blender/__init__.py b/src/compas_blender/__init__.py index 31fdf464d50..ce4f62d11fa 100644 --- a/src/compas_blender/__init__.py +++ b/src/compas_blender/__init__.py @@ -41,7 +41,7 @@ def clear(): bpy.data.collections.remove(block) -__version__ = '1.6.3' +__version__ = '1.7.0' __all__ = [name for name in dir() if not name.startswith('_')] diff --git a/src/compas_ghpython/__init__.py b/src/compas_ghpython/__init__.py index 2443c55b2e4..a730d979e17 100644 --- a/src/compas_ghpython/__init__.py +++ b/src/compas_ghpython/__init__.py @@ -22,7 +22,7 @@ from .utilities import * # noqa: F401 F403 -__version__ = '1.6.3' +__version__ = '1.7.0' def get_grasshopper_plugin_path(version): diff --git a/src/compas_plotters/__init__.py b/src/compas_plotters/__init__.py index 0bff7e42dd6..e3e18c871e5 100644 --- a/src/compas_plotters/__init__.py +++ b/src/compas_plotters/__init__.py @@ -19,7 +19,7 @@ """ -__version__ = '1.6.3' +__version__ = '1.7.0' from .core import * # noqa: F401 F403 from .artists import * # noqa: F401 F403 diff --git a/src/compas_rhino/__init__.py b/src/compas_rhino/__init__.py index 7abdd7c0b93..e51cd557f88 100644 --- a/src/compas_rhino/__init__.py +++ b/src/compas_rhino/__init__.py @@ -29,7 +29,7 @@ from .utilities import * # noqa: F401 F403 -__version__ = '1.6.3' +__version__ = '1.7.0' PURGE_ON_DELETE = True