Skip to content

Commit

Permalink
chore: bump version to 1.14.7
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Jan 3, 2023
1 parent 42776de commit 4d5abea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154

pkgname=pikaur-git
pkgver=1.14.6
pkgver=1.14.7
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 @@ -28,7 +28,7 @@ class ConfigValueType(TypedDict):

RUNNING_AS_ROOT: Final = os.geteuid() == 0 # @TODO: could global var be avoided here?

VERSION: Final = "1.14.6-dev"
VERSION: Final = "${new_version}-dev"

_USER_TEMP_ROOT: Final = gettempdir()
_USER_CACHE_ROOT: Final = os.environ.get(
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

SETUP_ARGS: Dict[str, Any] = dict(
name='pikaur', # Required
version='1.14.6', # Required
version='1.14.7', # Required
description='AUR helper with minimal dependencies', # Required
long_description=LONG_DESCRIPTION, # Optional
url='https://github.com/actionless/pikaur', # Optional
Expand Down

0 comments on commit 4d5abea

Please sign in to comment.