Skip to content

Commit 9874fc8

Browse files
committed
Bump version to 1.7.1
1 parent 533e55f commit 9874fc8

File tree

23 files changed

+23
-23
lines changed

23 files changed

+23
-23
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.7.0
2+
current_version = 1.7.1
33
message = Bump version to {new_version}
44
commit = True
55
tag = True

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9-
## Unreleased
9+
## [1.7.1] 2021-06-14
1010

1111
### Added
1212

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def patched_m2r2_setup(app):
3838
copyright = "Block Research Group - ETH Zurich"
3939
author = "Tom Van Mele"
4040

41-
release = "1.7.0"
41+
release = "1.7.1"
4242
version = ".".join(release.split(".")[0:2])
4343

4444
master_doc = "index"

schemas/circle.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
33
"$id": "https://github.com/compas-dev/compas/schemas/circle.json",
4-
"$compas": "1.7.0",
4+
"$compas": "1.7.1",
55

66
"type": "object",
77
"properties": {

schemas/ellipse.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
33
"$id": "https://github.com/compas-dev/compas/schemas/ellipse.json",
4-
"$compas": "1.7.0",
4+
"$compas": "1.7.1",
55

66
"type": "object",
77
"properties": {

schemas/frame.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
33
"$id": "https://github.com/compas-dev/compas/schemas/frame.json",
4-
"$compas": "1.7.0",
4+
"$compas": "1.7.1",
55

66
"type": "object",
77
"properties": {

schemas/graph.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
33
"$id": "https://github.com/compas-dev/compas/schemas/graph.json",
4-
"$compas": "1.7.0",
4+
"$compas": "1.7.1",
55

66
"type": "object",
77
"poperties": {

schemas/halfedge.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
33
"$id": "https://github.com/compas-dev/compas/schemas/halfedge.json",
4-
"$compas": "1.7.0",
4+
"$compas": "1.7.1",
55

66
"type": "object",
77
"poperties": {

schemas/halfface.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
33
"$id": "https://github.com/compas-dev/compas/schemas/halfface.json",
4-
"$compas": "1.7.0",
4+
"$compas": "1.7.1",
55

66
"type": "object",
77
"poperties": {

schemas/line.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
33
"$id": "https://github.com/compas-dev/compas/schemas/line.json",
4-
"$compas": "1.7.0",
4+
"$compas": "1.7.1",
55

66
"type": "object",
77
"properties": {

0 commit comments

Comments
 (0)