Skip to content

Commit

Permalink
update readme to pr #384
Browse files Browse the repository at this point in the history
  • Loading branch information
shaise committed Oct 20, 2024
1 parent 2f63bb8 commit 68f3a9d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ Starting from FreeCAD 0.17 it can be installed via the [Addon Manager](https://g
* FreeCAD Forum announcement/discussion [thread](https://forum.freecadweb.org/viewtopic.php?f=3&t=60818)

#### Release notes:
* V0.5.01 20 Oct 2024: Fix bug in base shape creating double model.
- Fix typos by [@luzpaz][luzpaz].
* V0.5.00 19 Oct 2024: Merge Ondsel changes made by [@adrianinsaval][adrianinsaval].
* V0.4.26 18 Sep 2024: Add bend perforation support [@Erhannis][Erhannis].
- Make TRANSLATION.md clearer by [@luzpaz][luzpaz].
Expand Down
2 changes: 1 addition & 1 deletion SheetMetalBaseShapeCmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def typeChanged(self):
self.spinValChanged()

def origButtPressed(self, butt):
print(butt.objectName())
# print(butt.objectName())
self.setSelectedOrigButton(butt)
self.spinValChanged()

Expand Down
4 changes: 2 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>SheetMetal Workbench</name>
<description>A simple sheet metal tools workbench for FreeCAD.</description>
<version>0.5.00</version>
<date>2024-10-19</date>
<version>0.5.01</version>
<date>2024-10-20</date>
<maintainer email="[email protected]">Shai Seger</maintainer>
<license file="LICENSE">LGPL-2.1-or-later</license>
<url type="repository" branch="master">https://github.com/shaise/FreeCAD_SheetMetal</url>
Expand Down

0 comments on commit 68f3a9d

Please sign in to comment.