From 641ce7f422c98a3d4afc281e57509b51e0ea79e8 Mon Sep 17 00:00:00 2001 From: actionless Date: Thu, 24 Sep 2020 18:58:54 +0200 Subject: [PATCH] chore: bump version to 1.6.12 --- PKGBUILD | 2 +- pikaur/config.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 2b3de6ca2..e274a2f03 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # shellcheck disable=SC2034,SC2154 pkgname=pikaur-git -pkgver=1.6.11 +pkgver=1.6.12 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 589f34f96..88a1d3ffc 100644 --- a/pikaur/config.py +++ b/pikaur/config.py @@ -12,7 +12,7 @@ RUNNING_AS_ROOT = os.geteuid() == 0 -VERSION = '1.6.11-dev' +VERSION = '1.6.12-dev' _USER_CACHE_HOME = os.environ.get( "XDG_CACHE_HOME", diff --git a/setup.py b/setup.py index 695642ec9..b956b54c8 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ SETUP_ARGS: Dict[str, Any] = dict( name='pikaur', # Required - version='1.6.11', # Required + version='1.6.12', # Required description='AUR helper with minimal dependencies', # Required long_description=LONG_DESCRIPTION, # Optional url='https://github.com/actionless/pikaur', # Optional