summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Botting2018-01-29 08:43:28 +1100
committerAndy Botting2018-01-29 08:43:28 +1100
commit5491c6b55478257dcaa694e83fee95b7be9dd2cb (patch)
treec848ffd1cc8ac3cfec6406548e41be2bf069ac45
parent96de1a064b131c1add84910eb3202e2129438808 (diff)
downloadaur-5491c6b55478257dcaa694e83fee95b7be9dd2cb.tar.gz
Update to v1.0.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed632f27ffb3..8c31c7a065e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-muranoclient
pkgdesc = Python client library for Murano
- pkgver = 0.14.0
+ pkgver = 1.0.1
pkgrel = 1
url = https://docs.openstack.org/developer/python-muranoclient/
arch = any
@@ -50,7 +50,7 @@ pkgbase = python-muranoclient
makedepends = git
makedepends = python-setuptools
makedepends = python2-setuptools
- source = git+https://git.openstack.org/openstack/python-muranoclient#tag=0.14.0
+ source = git+https://git.openstack.org/openstack/python-muranoclient#tag=1.0.1
sha256sums = SKIP
pkgname = python-muranoclient
diff --git a/PKGBUILD b/PKGBUILD
index af93f5503f3f..4a3918e1a278 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Botting <andy@andybotting.com>
pkgname=('python-muranoclient' 'python2-muranoclient')
-pkgver='0.14.0'
+pkgver='1.0.1'
pkgrel='1'
pkgdesc='Python client library for Murano'
arch=('any')