Fixed a version number and updated the changes.md file.

This commit is contained in:
Jeremy Mack Wright 2015-10-27 15:35:21 -04:00
parent 8f36ee4fac
commit e49369f171
2 changed files with 4 additions and 1 deletions

View File

@ -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"

View File

@ -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