From 95a6d503f3232b4cfc3200a8bf62658cd27607a3 Mon Sep 17 00:00:00 2001 From: actionless Date: Tue, 20 Dec 2022 00:29:21 +0100 Subject: [PATCH] chore: bump version to 1.14.6 --- PKGBUILD | 2 +- pikaur/config.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index af29003d8..589355878 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # shellcheck disable=SC2034,SC2154 pkgname=pikaur-git -pkgver=1.14.5 +pkgver=1.14.6 pkgrel=1 pkgdesc="AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay." arch=('any') diff --git a/pikaur/config.py b/pikaur/config.py index 203c06976..a747acef5 100644 --- a/pikaur/config.py +++ b/pikaur/config.py @@ -29,7 +29,7 @@ class ConfigValueType(TypedDict): RUNNING_AS_ROOT = os.geteuid() == 0 # @TODO: could global var be avoided here? -VERSION = "1.14.5-dev" +VERSION = '1.14.6-dev' _USER_CACHE_HOME = os.environ.get( "XDG_CACHE_HOME", diff --git a/setup.py b/setup.py index 61e69cb88..7e196a5f9 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ SETUP_ARGS: Dict[str, Any] = dict( name='pikaur', # Required - version='1.14.5', # Required + version='1.14.6', # Required description='AUR helper with minimal dependencies', # Required long_description=LONG_DESCRIPTION, # Optional url='https://github.com/actionless/pikaur', # Optional