bump ver to 0.1.10
Some checks failed
Code check / Check code (push) Successful in 1m12s
Build AppImage, Arch and Fedora Packages / Build AppImage (push) Failing after 1m29s
Build AppImage, Arch and Fedora Packages / Build Arch Package (push) Successful in 1m31s
Build AppImage, Arch and Fedora Packages / Build Fedora RPM (41) (push) Successful in 2m3s
Build AppImage, Arch and Fedora Packages / Build Fedora RPM (42) (push) Successful in 55s
Build AppImage, Arch and Fedora Packages / Build Fedora RPM (43) (push) Successful in 50s
Build AppImage, Arch and Fedora Packages / Build Fedora RPM (rawhide) (push) Successful in 59s
Build AppImage, Arch and Fedora Packages / Create and Publish Release (push) Has been skipped

Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
2026-01-14 17:37:42 +05:00
parent e7d2860c0e
commit 678f28ed30
7 changed files with 7 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ on:
env:
# Common version, will be used for tagging the release
VERSION: 0.1.9
VERSION: 0.1.10
PKGDEST: "/tmp/portprotonqt"
PACKAGE: "portprotonqt"
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}

View File

@@ -3,7 +3,7 @@
Все заметные изменения в этом проекте фиксируются в этом файле.
Формат основан на [Keep a Changelog](https://keepachangelog.com/) и придерживается принципов [Semantic Versioning](https://semver.org/).
## [Unreleased]
## [0.1.10] - 2026-01-14
### Added
- Детальная страница для автоустановок с описанием игры и возможности переуствновки

View File

@@ -1,5 +1,5 @@
pkgname=portprotonqt
pkgver=0.1.9
pkgver=0.1.10
pkgrel=1
pkgdesc="Modern GUI for managing and launching games from PortProton, Steam, and Epic Games Store"
arch=('any')

View File

@@ -1,5 +1,5 @@
%global pypi_name portprotonqt
%global pypi_version 0.1.9
%global pypi_version 0.1.10
%global oname PortProtonQt
%global _python_no_extras_requires 1

View File

@@ -17,7 +17,7 @@ from portprotonqt.cli import parse_args
__app_id__ = "ru.linux_gaming.PortProtonQt"
__app_name__ = "PortProtonQt"
__app_version__ = "0.1.9"
__app_version__ = "0.1.10"
def get_version():
try:

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "portprotonqt"
version = "0.1.9"
version = "0.1.10"
description = "A project to rewrite PortProton (PortWINE) using PySide"
readme = "README.md"
license = { text = "GPL-3.0" }

2
uv.lock generated
View File

@@ -412,7 +412,7 @@ wheels = [
[[package]]
name = "portprotonqt"
version = "0.1.9"
version = "0.1.10"
source = { editable = "." }
dependencies = [
{ name = "babel" },