From cb8ea6310f959dd9cdae85c6aab1f193a5e90d80 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 4 Dec 2020 21:58:48 -0500 Subject: [PATCH] Bump version to 10.8.0 for next release --- build.yaml | 2 +- debian/changelog | 6 ++++++ fedora/jellyfin-web.spec | 4 +++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/build.yaml b/build.yaml index a73be8ec43..7b5b05ed8f 100644 --- a/build.yaml +++ b/build.yaml @@ -1,7 +1,7 @@ --- # We just wrap `build` so this is really it name: "jellyfin-web" -version: "10.7.0" +version: "10.8.0" packages: - debian.all - fedora.all diff --git a/debian/changelog b/debian/changelog index ab5e13196d..bf68fb6941 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +jellyfin-web (10.8.0-1) unstable; urgency=medium + + * Forthcoming stable release + + -- Jellyfin Packaging Team Fri, 04 Dec 2020 21:58:23 -0500 + jellyfin-web (10.7.0-1) unstable; urgency=medium * Forthcoming stable release diff --git a/fedora/jellyfin-web.spec b/fedora/jellyfin-web.spec index c35a1caab2..ac3ce3bdb7 100644 --- a/fedora/jellyfin-web.spec +++ b/fedora/jellyfin-web.spec @@ -1,7 +1,7 @@ %global debug_package %{nil} Name: jellyfin-web -Version: 10.7.0 +Version: 10.8.0 Release: 1%{?dist} Summary: The Free Software Media System web client License: GPLv3 @@ -42,6 +42,8 @@ mv dist %{buildroot}%{_datadir}/jellyfin-web %{_datadir}/licenses/jellyfin/LICENSE %changelog +* Fri Dec 04 2020 Jellyfin Packaging Team +- Forthcoming stable release * Mon Jul 27 2020 Jellyfin Packaging Team - Forthcoming stable release * Mon Mar 23 2020 Jellyfin Packaging Team