Commit 8e1710cb authored by sumpfralle's avatar sumpfralle

prepared a new release


git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@346 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent 83c9ed80
Version 0.2.5 - NOT RELEASED Version 0.2.5 - 2010-06-10
* added support bridges for holding the object during cutting * added support bridges for holding the object during cutting
* calculate the estimated machine time for each toolpath * calculate the estimated machine time for each toolpath
* changing the unit (mm/inch) now opens a dialog for scaling the model, * changing the unit (mm/inch) now opens a dialog for scaling the model,
......
...@@ -3240,7 +3240,7 @@ It is significantly faster, but the current release of ODE contains a nasty bug ...@@ -3240,7 +3240,7 @@ It is significantly faster, but the current release of ODE contains a nasty bug
<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.4</property> <property name="version">0.2.5</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>
......
1) update the version and the changelog 1) update the version and the changelog
- in "pycam/Gui/gtk-interface/pycam-project.ui" ("version" in "GtkAboutDialog") - in "pycam/Gui/gtk-interface/pycam-project.ui" ("version" in "GtkAboutDialog")
- in "Changelog" - in "Changelog"
- in "setup.py" and "setup.cfg" - in "setup.py"
- update the release date and the list of changes in "Changelog" - update the release date and the list of changes in "Changelog"
- commit the changes - commit the changes
2) create the archives 2) create the archives
- "make dist" (the release version is extracted from "setup.py") - "make dist"
- carefully check the resulting content of the archives - carefully check the resulting content of the archives
3) create an svn tag for the release (includes uploading the archive files) 3) create an svn tag for the release (includes uploading the archive files)
......
...@@ -29,7 +29,7 @@ import os.path ...@@ -29,7 +29,7 @@ import os.path
setup( setup(
name="pycam", name="pycam",
version="0.2.4", version="0.2.5",
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",
......
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