diff --git a/CadQuery/__init__.py b/CadQuery/__init__.py index 2dc5183..aa03f82 100644 --- a/CadQuery/__init__.py +++ b/CadQuery/__init__.py @@ -1,6 +1,6 @@ __author__ = "Jeremy Wright (jmwright)" __copyright__ = "Copyright 2014, Innovations Technology Solutions" __license__ = "LGPL v3" -__version__ = "0.1" +__version__ = "0.2.0" __maintainer__ = "Jeremy Wright" __status__ = "Beta" diff --git a/changes.md b/changes.md index 20b6b65..bfd05c7 100644 --- a/changes.md +++ b/changes.md @@ -16,3 +16,6 @@ v0.3.0 * Converted thickness setting to thickness boolean in the Lego brick example (thanks @galou) #59 * Improved parametric encosure (Ex023) example (thanks @galou) #61 * Added braille and NumPy examples (thanks @galou) #61 + * Embedded CadQuery libarary as a git subtree to lessen maintainance issues + * Embedded Pint library for units handling + * Fixed version number in InitGui.py