Skip to content

Commit 12d0f58

Browse files
committed
chore: bump version to 1.26.1
1 parent ee41bf4 commit 12d0f58

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# shellcheck disable=SC2034,SC2154
33

44
pkgname=pikaur-git
5-
pkgver=1.26
5+
pkgver=1.26.1
66
pkgrel=1
77
pkgdesc="AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay."
88
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.26-dev"
34+
VERSION: "Final" = "1.26.1-dev"
3535

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

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.26'
3+
version = '1.26.1'
44
description = 'AUR helper with minimal dependencies'
55
authors = [
66
{name = 'Yauheni Kirylau', email = 'actionless.loveless@gmail.com'},

0 commit comments

Comments
 (0)