Skip to content

Commit

Permalink
PyCAM 0.6.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sumpfralle committed Jul 28, 2019
1 parent 55efeca commit 5b034ab
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 0.6.4 - 2019-07-28
* Allow direct import of SVG files (without inkscape/pstoedit)
* Improve accuracy when importing non-straight lines
* Fix handling of missing OpenGL support

Version 0.6.3 - 2018-05-01
* Fix import of DXF files with full-circle holes (github #112)
* Fix import of DXF files with bezier curves (github #116)
Expand Down
9 changes: 9 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
pycam (0.6.4) unstable; urgency=medium

* Allow direct import of SVG files (without inkscape/pstoedit)
* Improve accuracy when importing non-straight lines
* Fix handling of missing OpenGL support
* Update package dependencies

-- Lars Kruse <[email protected]> Sun, 28 Jul 2019 15:33:55 +0200

pycam (0.6.3) unstable; urgency=medium

* DXFImporter: fix handling of closed LWPOLYLINE
Expand Down
2 changes: 1 addition & 1 deletion pycam/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
along with PyCAM. If not, see <http://www.gnu.org/licenses/>.
"""

VERSION = "0.6.3"
VERSION = "0.6.4"

FILTER_CONFIG = (("Config files", "*.conf"),)
DOC_BASE_URL = "http://pycam.sourceforge.net/%s/"
Expand Down

0 comments on commit 5b034ab

Please sign in to comment.