diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a776aca2138..8104b71ef25 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.7.0 +current_version = 1.7.1 message = Bump version to {new_version} commit = True tag = True diff --git a/CHANGELOG.md b/CHANGELOG.md index 15ea96e13fb..c3e6296cee5 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.1] 2021-06-14 ### Added diff --git a/docs/conf.py b/docs/conf.py index a3208248bc1..304d4af56e8 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.7.0" +release = "1.7.1" version = ".".join(release.split(".")[0:2]) master_doc = "index" diff --git a/schemas/circle.json b/schemas/circle.json index 537b77a062c..c82c198b402 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.7.0", + "$compas": "1.7.1", "type": "object", "properties": { diff --git a/schemas/ellipse.json b/schemas/ellipse.json index 99304686426..67b74d89d64 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.7.0", + "$compas": "1.7.1", "type": "object", "properties": { diff --git a/schemas/frame.json b/schemas/frame.json index 44fdf2dc426..25daaa7ffeb 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.7.0", + "$compas": "1.7.1", "type": "object", "properties": { diff --git a/schemas/graph.json b/schemas/graph.json index b6d32408d9c..3e745f62dbf 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.7.0", + "$compas": "1.7.1", "type": "object", "poperties": { diff --git a/schemas/halfedge.json b/schemas/halfedge.json index 08402af1004..976491f7e55 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.7.0", + "$compas": "1.7.1", "type": "object", "poperties": { diff --git a/schemas/halfface.json b/schemas/halfface.json index 3b01c0de6c4..0f3ae8c0fdf 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.7.0", + "$compas": "1.7.1", "type": "object", "poperties": { diff --git a/schemas/line.json b/schemas/line.json index 5d5bf6bbd36..7196a72e647 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.7.0", + "$compas": "1.7.1", "type": "object", "properties": { diff --git a/schemas/plane.json b/schemas/plane.json index 994b5c542a4..81423689b71 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.7.0", + "$compas": "1.7.1", "type": "object", "properties": { diff --git a/schemas/point.json b/schemas/point.json index 8e8deaee222..dfb50b71280 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.7.0", + "$compas": "1.7.1", "type": "array", "minItems": 3, diff --git a/schemas/polygon.json b/schemas/polygon.json index efd15ecf4de..92f9b6a72ea 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.7.0", + "$compas": "1.7.1", "type": "object", "properties": { diff --git a/schemas/polyline.json b/schemas/polyline.json index 0e6e31bdff8..dec62d5da19 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.7.0", + "$compas": "1.7.1", "type": "object", "properties": { diff --git a/schemas/quaternion.json b/schemas/quaternion.json index d5539135e89..b42059f6a05 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.7.0", + "$compas": "1.7.1", "type": "object", "properties": { diff --git a/schemas/transformation.json b/schemas/transformation.json index 0379435ccc0..f82897eb1e5 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.7.0", + "$compas": "1.7.1", "type": "object", "properties": { diff --git a/schemas/vector.json b/schemas/vector.json index ba641b9a395..df546ca4cd0 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.7.0", + "$compas": "1.7.1", "type": "array", "minItems": 3, diff --git a/setup.py b/setup.py index 490e8190e2b..dee227869bc 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def read(*names, **kwargs): setup( name='COMPAS', - version='1.7.0', + version='1.7.1', 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 4eec60cd3f1..95930c0856a 100644 --- a/src/compas/__init__.py +++ b/src/compas/__init__.py @@ -90,7 +90,7 @@ __license__ = 'MIT License' __email__ = 'vanmelet@ethz.ch' -__version__ = '1.7.0' +__version__ = '1.7.1' version = LooseVersion(compas.__version__) versionstring = version.vstring.split('-')[0] diff --git a/src/compas_blender/__init__.py b/src/compas_blender/__init__.py index ce4f62d11fa..ee672cf5942 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.7.0' +__version__ = '1.7.1' __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 a730d979e17..75afc002384 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.7.0' +__version__ = '1.7.1' def get_grasshopper_plugin_path(version): diff --git a/src/compas_plotters/__init__.py b/src/compas_plotters/__init__.py index e3e18c871e5..8c889dfec85 100644 --- a/src/compas_plotters/__init__.py +++ b/src/compas_plotters/__init__.py @@ -19,7 +19,7 @@ """ -__version__ = '1.7.0' +__version__ = '1.7.1' 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 e51cd557f88..dad57b15222 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.7.0' +__version__ = '1.7.1' PURGE_ON_DELETE = True