Skip to content

Commit aed5e55

Browse files
authored
Updates for 2.6.1 release (#1925)
1 parent 52ce82d commit aed5e55

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

cadquery/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
__version__ = version("cadquery")
55
except PackageNotFoundError:
66
# package is not installed
7-
__version__ = "2.7-dev"
7+
__version__ = "2.6.1"
88

99
# these items point to the OCC implementation
1010
from .occ_impl.geom import Plane, BoundBox, Vector, Matrix, Location

changes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changes
22
=======
33

4+
2.6.1
5+
-----
6+
7+
* Fixed a bug in shallow assembly export when using `toCAF` https://github.com/CadQuery/cadquery/pull/1924, https://github.com/CadQuery/cadquery/issues/1922
8+
* Fixed the Apache 2.0 license designation in the citation file https://github.com/CadQuery/cadquery/pull/1916
9+
* Mentioned periodic surface trimming in the docs https://github.com/CadQuery/cadquery/pull/1917
10+
411
2.6.0
512
-----
613

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
setup(
4242
name="cadquery",
43-
version="2.7-dev",
43+
version="2.6.1",
4444
url="https://github.com/CadQuery/cadquery",
4545
license="Apache Public License 2.0",
4646
author="David Cowden",

0 commit comments

Comments
 (0)