Bump to version 2.3.1 to fix broken PyPI package
This commit is contained in:
@ -4,7 +4,7 @@ try:
|
|||||||
__version__ = version("cadquery")
|
__version__ = version("cadquery")
|
||||||
except PackageNotFoundError:
|
except PackageNotFoundError:
|
||||||
# package is not installed
|
# package is not installed
|
||||||
__version__ = "2.3.0"
|
__version__ = "2.3.1"
|
||||||
|
|
||||||
# these items point to the OCC implementation
|
# these items point to the OCC implementation
|
||||||
from .occ_impl.geom import Plane, BoundBox, Vector, Matrix, Location
|
from .occ_impl.geom import Plane, BoundBox, Vector, Matrix, Location
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
Changes
|
Changes
|
||||||
=======
|
=======
|
||||||
|
|
||||||
2.3.0 (latest release)
|
2.3.1 (latest release)
|
||||||
|
|
||||||
|
This was an incremental release to fix a broken PyPI package.
|
||||||
|
|
||||||
|
2.3.0
|
||||||
------
|
------
|
||||||
|
|
||||||
### Highlights
|
### Highlights
|
||||||
|
@ -70,7 +70,7 @@ copyright = "Parametric Products Intellectual Holdings LLC, All Rights Reserved"
|
|||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = "2.3"
|
version = "2.3"
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = "2.3.0"
|
release = "2.3.1"
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
2
setup.py
2
setup.py
@ -39,7 +39,7 @@ if not is_rtd and not is_appveyor and not is_azure and not is_conda:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="cadquery",
|
name="cadquery",
|
||||||
version="2.3.0", # Update this for the next release
|
version="2.3.1", # Update this for the next release
|
||||||
url="https://github.com/CadQuery/cadquery",
|
url="https://github.com/CadQuery/cadquery",
|
||||||
license="Apache Public License 2.0",
|
license="Apache Public License 2.0",
|
||||||
author="David Cowden",
|
author="David Cowden",
|
||||||
|
Reference in New Issue
Block a user