Update for the 2.4.0 release (#1490)

* Updated for the 2.4.0 release

* Fix misspelling in changes.md

Co-authored-by: nobkd <44443899+nobkd@users.noreply.github.com>
This commit is contained in:
Jeremy Wright
2024-01-15 08:43:41 -05:00
committed by GitHub
parent 20432b808c
commit c44978d60c
4 changed files with 33 additions and 5 deletions

View File

@ -39,7 +39,7 @@ if not is_rtd and not is_appveyor and not is_azure and not is_conda:
setup(
name="cadquery",
version="2.4.0dev", # Update this for the next release
version="2.4.0", # Update this for the next release
url="https://github.com/CadQuery/cadquery",
license="Apache Public License 2.0",
author="David Cowden",