Skip to content

Commit

Permalink
Update to version 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
orontee committed May 11, 2023
1 parent 8f287fb commit f5cd623
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 6 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.12.0] - 2023-05-11
=====================

Added
-----
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,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.11.0
$ VERSION=1.12.0
$ wget https://github.com/orontee/argos/releases/download/v${VERSION}/argos_${VERSION}-1_all.deb
$ sudo dpkg -i 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.12.0" date="2023-05-11">
<description>
<p>
Maintenance release.
</p>
</description>
</release>
<release version="1.11.0" date="2023-03-02">
<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.12.0-1) UNRELEASED; urgency=medium

* 1.12.0 release.

-- Matthias Meulien <orontee@gmail.com> Thu, 11 May 2023 22:04:27 +0200

argos (1.11.0-1) UNRELEASED; urgency=medium

* 1.11.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.11.0',
version: '1.12.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.11.0"
version = "1.12.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
2 changes: 1 addition & 1 deletion scripts/update-version
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ update_debian_changelog
echo
echo "⚠️ $(tput bold)Remaining tasks:$(tput sgr0)"
echo "- Carefully review the generated code!"
echo "- Complete the file data/io.github.orontee.Argos.appdata.xml"
echo "- Complete the file data/io.github.orontee.Argos.appdata.xml.in"
echo "- Update screenshots if needed"
echo "- Update translations if needed"
echo
Expand Down

0 comments on commit f5cd623

Please sign in to comment.