Skip to content

Commit 73d6db8

Browse files
committedMar 10, 2025
fixed license and revert version
1 parent 794ae6b commit 73d6db8

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed
 

‎LICENSE.md

-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ modification, are permitted provided that the following conditions are met:
1616
contributors may be used to endorse or promote products derived from
1717
this software without specific prior written permission.
1818

19-
4. This software may not be used by individuals, organizations, or entities that promote or engage in racism, fascism, or the manufacturing of weapons. This explicitly includes, but is not limited to, organizations and movements such as the AfD, Front National, MAGA, and similar groups.
20-
21-
2219
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
2320
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2421
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE

‎Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "PeriLab"
22
uuid = "2ecefcea-59f0-46dd-9cfd-1d2b8cc5f112"
33
authors = ["Christian Willberg <christian.willberg@dlr.de>", "Jan-Timo Hesse <jan-timo.hesse@dlr.de>"]
4-
version = "1.3.5"
4+
version = "1.3.4"
55

66
[deps]
77
AbaqusReader = "bc6b9049-e460-56d6-94b4-a597b2c0390d"

‎src/PeriLab.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ import .Logging_module
5858
import .IO
5959
import .Solver_control
6060

61-
PERILAB_VERSION = "1.3.5"
61+
PERILAB_VERSION = "1.3.4"
6262

6363
export main
6464

0 commit comments

Comments
 (0)