From 0869e0a579839d17dcdfd598e7a0eaffe96425df Mon Sep 17 00:00:00 2001 From: actionless Date: Fri, 13 Sep 2024 00:56:28 +0200 Subject: [PATCH] chore: bump version to 1.28 --- PKGBUILD | 2 +- pikaur/config.py | 2 +- pikaur_static/PKGBUILD | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 8307546b2..532d204ec 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ _pkgname=pikaur pkgname="${_pkgname}-git" -pkgver=1.27 +pkgver=1.28 pkgrel=1 pkgdesc="AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay." arch=('any') diff --git a/pikaur/config.py b/pikaur/config.py index 00192c19e..8905402b0 100644 --- a/pikaur/config.py +++ b/pikaur/config.py @@ -31,7 +31,7 @@ class ConfigValueType(TypedDict): migrated: NotRequired[bool] -VERSION: "Final" = "1.27-dev" +VERSION: "Final" = "1.28-dev" DEFAULT_CONFIG_ENCODING: "Final" = "utf-8" DEFAULT_INPUT_ENCODING: "Final" = "utf-8" diff --git a/pikaur_static/PKGBUILD b/pikaur_static/PKGBUILD index e28ebe37c..96d2397de 100644 --- a/pikaur_static/PKGBUILD +++ b/pikaur_static/PKGBUILD @@ -3,7 +3,7 @@ _pkgname=pikaur-static pkgname="${_pkgname}-git" -pkgver=1.27 +pkgver=1.28 pkgrel=1 pkgdesc='AUR helper without dependencies which asks all questions before installing/building. Static build for recovery situations, similar to `pacman-static`' arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64') diff --git a/pyproject.toml b/pyproject.toml index cf7360cb1..cc24626f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pikaur" -version = '1.27' +version = '1.28' description = 'AUR helper with minimal dependencies' authors = [ {name = 'Yauheni Kirylau', email = 'actionless.loveless@gmail.com'},