Skip to content

Commit

Permalink
chore: bump version to 1.29
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Sep 19, 2024
1 parent 0dec918 commit 0c65069
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

_pkgname=pikaur
pkgname="${_pkgname}-git"
pkgver=1.28
pkgver=1.29
pkgrel=1
pkgdesc="AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay."
arch=('any')
Expand Down
2 changes: 1 addition & 1 deletion pikaur/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class ConfigValueType(TypedDict):
migrated: NotRequired[bool]


VERSION: "Final" = "1.28-dev"
VERSION: "Final" = "1.29-dev"

DEFAULT_CONFIG_ENCODING: "Final" = "utf-8"
DEFAULT_INPUT_ENCODING: "Final" = "utf-8"
Expand Down
2 changes: 1 addition & 1 deletion pikaur_static/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

_pkgname=pikaur-static
pkgname="${_pkgname}-git"
pkgver=1.28
pkgver=1.29
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')
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pikaur"
version = '1.28'
version = '1.29'
description = 'AUR helper with minimal dependencies'
authors = [
{name = 'Yauheni Kirylau', email = '[email protected]'},
Expand Down

0 comments on commit 0c65069

Please sign in to comment.