Skip to content

Commit

Permalink
Update to version 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
orontee committed Dec 8, 2024
1 parent 14440fd commit 0a80f22
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 7 deletions.
4 changes: 2 additions & 2 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ The format is based on `Keep a Changelog
<https://keepachangelog.com/en/1.0.0/>`_, and this project adheres to
`Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.

[Unreleased]
============
[1.15.0] - 2024-12-08
=====================

Added
-----
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Installation on such platform is handled through a DEB package that
can be downloaded from the `Releases page
<https://github.com/orontee/argos/releases>`_::

$ VERSION=1.14.0
$ VERSION=1.15.0
$ wget https://github.com/orontee/argos/releases/download/v${VERSION}/argos_${VERSION}-1_all.deb
$ sudo apt install -yf argos_${VERSION}-1_all.deb

Expand Down
8 changes: 8 additions & 0 deletions data/io.github.orontee.Argos.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@
</screenshot>
</screenshots>
<releases>
<release version="1.15.0" date="2024-12-08">
<description>
<p>
Warm welcome to Tamil users from a French guy with so many
souvenirs from Chennai 🇮🇳
</p>
</description>
</release>
<release version="1.14.0" date="2024-07-20">
<description>
<p>
Expand Down
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
argos (1.15.0a0) UNRELEASED; urgency=medium
argos (1.15.0) RELEASED; urgency=medium

* 1.15.0a0 release.
* 1.15.0 release.

-- Matthias Meulien <orontee@gmail.com> Sat, 14 Sep 2024 23:29:38 +0200

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('argos',
version: '1.15.0a0',
version: '1.15.0',
meson_version: '>= 0.50.0',
default_options: [ 'warning_level=2',
],
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "argos"
version = "1.15.0a0"
version = "1.15.0"
description = "Gtk front-end to control a Mopidy server through a tiny touch screen"
authors = ["Matthias Meulien <orontee@gmail.com>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit 0a80f22

Please sign in to comment.