Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanL2 committed Oct 2, 2021
1 parent 40f4558 commit 0fb5554
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 16 deletions.
21 changes: 10 additions & 11 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
Copyright (C) 2020 Jordan Leppert
Copyright (C) 2020-2021 Jordan Leppert

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This library is distributed in the hope that it will be useful,
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
8 changes: 4 additions & 4 deletions io.github.jordanl2.ModularCalculator.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<component type="desktop-application">
<id>io.github.jordanl2.ModularCalculator</id>
<metadata_license>FSFAP</metadata_license>
<project_license>LGPL-2.1</project_license>
<project_license>GPL-3.0-or-later</project_license>
<name>Modular Calculator</name>
<summary>A powerful, modular calculator written in Python</summary>
<summary>A powerful, scriptable, modular calculator aimed at scientific, engineering or computing work.</summary>

<description>
<p>A powerful, modular calculator written in Python</p>
<p>A powerful, scriptable, modular calculator aimed at scientific, engineering or computing work.</p>
</description>

<url type="homepage">https://github.com/JordanL2/ModularCalculator</url>
Expand All @@ -28,6 +28,6 @@
</provides>

<releases>
<release version="1.0.2-SNAPSHOT" date="2021-01-08"/>
<release version="1.1.0" date="2021-10-02"/>
</releases>
</component>
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="modularcalculatorinterface",
version="1.1.0-SNAPSHOT",
version="1.1.0",
author="Jordan Leppert",
author_email="[email protected]",
description="A powerful, modular calculator written in Python.",
Expand Down

0 comments on commit 0fb5554

Please sign in to comment.