Skip to content

Commit

Permalink
RELEASE 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
otsaloma committed Apr 3, 2024
1 parent c80e4d3 commit f3a0146
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ release:
@echo "ADD RELEASE NOTES"
$(EDITOR) NEWS.md
$(EDITOR) data/io.otsaloma.nfoview.appdata.xml.in
appstream-util validate-relax --nonet data/io.otsaloma.nfoview.appdata.xml.in
sudo $(MAKE) PREFIX=/usr/local build install clean
/usr/local/bin/nfoview
tools/release
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PENDING: NFO Viewer 2.0
=======================
2024-04-03: NFO Viewer 2.0
==========================

* Update installation to use just a Makefile and a private package
under $PREFIX/share/nfoview
Expand Down
1 change: 1 addition & 0 deletions data/io.otsaloma.nfoview.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<url type="translate">https://app.transifex.com/otsaloma/nfoview/</url>
<launchable type="desktop-id">io.otsaloma.nfoview.desktop</launchable>
<releases>
<release version="2.0" date="2024-04-03"/>
<release version="1.99" date="2023-08-15"/>
<release version="1.29" date="2022-10-03"/>
<release version="1.28.1" date="2021-10-06"/>
Expand Down
2 changes: 1 addition & 1 deletion nfoview/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

__version__ = "1.99"
__version__ = "2.0"

import sys
import warnings
Expand Down

0 comments on commit f3a0146

Please sign in to comment.