Skip to content

Commit

Permalink
fixed license and revert version
Browse files Browse the repository at this point in the history
  • Loading branch information
JTHesse committed Mar 10, 2025
1 parent 794ae6b commit 73d6db8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ modification, are permitted provided that the following conditions are met:
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

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.


THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PeriLab"
uuid = "2ecefcea-59f0-46dd-9cfd-1d2b8cc5f112"
authors = ["Christian Willberg <christian.willberg@dlr.de>", "Jan-Timo Hesse <jan-timo.hesse@dlr.de>"]
version = "1.3.5"
version = "1.3.4"

[deps]
AbaqusReader = "bc6b9049-e460-56d6-94b4-a597b2c0390d"
Expand Down
2 changes: 1 addition & 1 deletion src/PeriLab.jl
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ import .Logging_module
import .IO
import .Solver_control

PERILAB_VERSION = "1.3.5"
PERILAB_VERSION = "1.3.4"

export main

Expand Down

2 comments on commit 73d6db8

@JTHesse
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/126620

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.3.4 -m "<description of version>" 73d6db87af95f3c8fbfc529186492ed22d48c5c6
git push origin v1.3.4

Please sign in to comment.