Commit 70dfd4be authored by lode_leroy's avatar lode_leroy

release 0.2.2

git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@244 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent eb6536db
Version 0.2.2 - UNRELEASED Version 0.2.2 - 2010-03-17
* added a graphical installer for Windows (via distutils) * added a graphical installer for Windows (via distutils)
* fixed broken commandline parameter "--template" * fixed broken commandline parameter "--template"
* added workaround for ODE collision detection, that is broken under specific circumstances * added workaround for ODE collision detection, that is broken under specific circumstances
......
...@@ -3061,7 +3061,7 @@ ...@@ -3061,7 +3061,7 @@
<property name="gravity">center</property> <property name="gravity">center</property>
<property name="has_separator">False</property> <property name="has_separator">False</property>
<property name="program_name">PyCAM</property> <property name="program_name">PyCAM</property>
<property name="version">0.2.1</property> <property name="version">0.2.2</property>
<property name="copyright" translatable="yes">Copyright &#xA9; 2008-2010 Lode Leroy <property name="copyright" translatable="yes">Copyright &#xA9; 2008-2010 Lode Leroy
Copyright &#xA9; 2010 Lars Kruse</property> Copyright &#xA9; 2010 Lars Kruse</property>
<property name="comments" translatable="yes">Toolpath Generation for 3-Axis CNC machining</property> <property name="comments" translatable="yes">Toolpath Generation for 3-Axis CNC machining</property>
......
...@@ -7,7 +7,7 @@ import os.path ...@@ -7,7 +7,7 @@ import os.path
setup( setup(
name="pycam", name="pycam",
version="0.2.1", version="0.2.2",
license="GPL v3", license="GPL v3",
description="Open Source CAM - Toolpath Generation for 3-Axis CNC machining", description="Open Source CAM - Toolpath Generation for 3-Axis CNC machining",
author="Lode Leroy", author="Lode Leroy",
...@@ -15,7 +15,7 @@ setup( ...@@ -15,7 +15,7 @@ setup(
provides=["pycam"], provides=["pycam"],
requires=["ode", "gtk", "gtk.gtkgl", "OpenGL"], requires=["ode", "gtk", "gtk.gtkgl", "OpenGL"],
url="http://sourceforge.net/projects/pycam", url="http://sourceforge.net/projects/pycam",
download_url="http://sourceforge.net/projects/pycam/files/pycam/0.2.1/pycam-0.2.1.tgz/download", download_url="http://sourceforge.net/projects/pycam/files/pycam/0.2.2/pycam-0.2.2.tgz/download",
keywords=["3-axis", "cnc", "cam", "toolpath", "machining", "g-code"], keywords=["3-axis", "cnc", "cam", "toolpath", "machining", "g-code"],
# full list of classifiers at: # full list of classifiers at:
# http://pypi.python.org/pypi?:action=list_classifiers # http://pypi.python.org/pypi?:action=list_classifiers
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment