Skip to content

Commit

Permalink
Update to version 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
orontee committed Dec 31, 2023
1 parent 88ca73e commit 102c7f4
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 5 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.13.0] - 2023-12-31
=====================

Added
-----
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,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.12.0
$ VERSION=1.13.0
$ wget https://github.com/orontee/argos/releases/download/v${VERSION}/argos_${VERSION}-1_all.deb
$ sudo apt -yf argos_${VERSION}-1_all.deb

Expand Down
7 changes: 7 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,13 @@
</screenshot>
</screenshots>
<releases>
<release version="1.13.0" date="2023-12-31">
<description>
<p>
New year's eve release!
</p>
</description>
</release>
<release version="1.12.0" date="2023-05-11">
<description>
<p>
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
argos (1.13.0-1) UNRELEASED; urgency=medium

* 1.13.0 release.

-- Matthias Meulien <orontee@gmail.com> Sun, 31 Dec 2023 21:30:11 +0100

argos (1.12.0-1) UNRELEASED; urgency=medium

* 1.12.0 release.
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.12.0',
version: '1.13.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.12.0"
version = "1.13.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 102c7f4

Please sign in to comment.