Skip to content

Commit

Permalink
chore: bump version to 1.32
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Dec 19, 2024
1 parent 4fb5698 commit 07937bb
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.31
pkgver=1.32
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 @@ -36,7 +36,7 @@ class ConfigValueType(TypedDict):
warning: NotRequired[WarningValue]


VERSION: "Final" = "1.31-dev"
VERSION: "Final" = "1.32-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.31
pkgver=1.32
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.31'
version = '1.32'
description = 'AUR helper with minimal dependencies'
authors = [
{name = 'Yauhen Kirylau', email = '[email protected]'},
Expand Down

0 comments on commit 07937bb

Please sign in to comment.