Skip to content

Commit 0869e0a

Browse files
committed
chore: bump version to 1.28
1 parent a70b3fe commit 0869e0a

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
_pkgname=pikaur
55
pkgname="${_pkgname}-git"
6-
pkgver=1.27
6+
pkgver=1.28
77
pkgrel=1
88
pkgdesc="AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay."
99
arch=('any')

pikaur/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class ConfigValueType(TypedDict):
3131
migrated: NotRequired[bool]
3232

3333

34-
VERSION: "Final" = "1.27-dev"
34+
VERSION: "Final" = "1.28-dev"
3535

3636
DEFAULT_CONFIG_ENCODING: "Final" = "utf-8"
3737
DEFAULT_INPUT_ENCODING: "Final" = "utf-8"

pikaur_static/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
_pkgname=pikaur-static
55
pkgname="${_pkgname}-git"
6-
pkgver=1.27
6+
pkgver=1.28
77
pkgrel=1
88
pkgdesc='AUR helper without dependencies which asks all questions before installing/building. Static build for recovery situations, similar to `pacman-static`'
99
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pikaur"
3-
version = '1.27'
3+
version = '1.28'
44
description = 'AUR helper with minimal dependencies'
55
authors = [
66
{name = 'Yauheni Kirylau', email = 'actionless.loveless@gmail.com'},

0 commit comments

Comments
 (0)