Skip to content

Commit 23af517

Browse files
authored
Move to release 2.5.2 (#1743)
* Move to release 2.5.2 * Disabled installation of pre-release versions of cadquery-ocp
1 parent e49e468 commit 23af517

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
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.5.1"
7+
__version__ = "2.5.2"
88

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

changes.md

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

4+
2.5.2
5+
-----
6+
7+
Fixing pip package dependency issue.
8+
49
2.5.1
510
-----
611

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# Only include the installation dependencies if we are not running on RTD or AppVeyor or in a conda env
2727
if not is_rtd and not is_appveyor and not is_azure and not is_conda:
2828
reqs = [
29-
"cadquery-ocp>=7.7.0a0,<7.8",
29+
"cadquery-ocp>=7.7.0,<7.8",
3030
"ezdxf",
3131
"multimethod>=1.11,<2.0",
3232
"nlopt>=2.9.0,<3.0",
@@ -38,7 +38,7 @@
3838

3939
setup(
4040
name="cadquery",
41-
version="2.5.1", # Update this for the next release
41+
version="2.5.2", # Update this for the next release
4242
url="https://github.com/CadQuery/cadquery",
4343
license="Apache Public License 2.0",
4444
author="David Cowden",

0 commit comments

Comments
 (0)