Skip to content

Commit 8e7eb30

Browse files
committed
Bump to version 2.3.1 to fix broken PyPI package
1 parent 96b36a7 commit 8e7eb30

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
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.3.0"
7+
__version__ = "2.3.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: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
Changes
22
=======
33

4-
2.3.0 (latest release)
4+
2.3.1 (latest release)
5+
6+
This was an incremental release to fix a broken PyPI package.
7+
8+
2.3.0
59
------
610

711
### Highlights

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
# The short X.Y version.
7171
version = "2.3"
7272
# The full version, including alpha/beta/rc tags.
73-
release = "2.3.0"
73+
release = "2.3.1"
7474

7575
# The language for content autogenerated by Sphinx. Refer to documentation
7676
# for a list of supported languages.

setup.py

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

4040
setup(
4141
name="cadquery",
42-
version="2.3.0", # Update this for the next release
42+
version="2.3.1", # Update this for the next release
4343
url="https://github.com/CadQuery/cadquery",
4444
license="Apache Public License 2.0",
4545
author="David Cowden",

0 commit comments

Comments
 (0)