summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarol Babioch2017-10-28 16:34:57 +0200
committerKarol Babioch2017-10-28 16:34:57 +0200
commit06778c882b085aff1e8bdec677ceda663be35f9a (patch)
tree77042ce065f5bfe3a44f4f3d1f1be3370eaa1675
parent496e3bff44c5c1948a3c4da06b6e91ac73a9b518 (diff)
downloadaur-06778c882b085aff1e8bdec677ceda663be35f9a.tar.gz
Bump version to 1.3.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9bc45105231a..6ffaf279665e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-pendulum
pkgdesc = Python datetimes made easy
- pkgver = 1.3.0
+ pkgver = 1.3.1
pkgrel = 1
url = https://pendulum.eustace.io
arch = any
license = MIT
makedepends = python-setuptools
makedepends = python2-setuptools
- source = git+https://github.com/sdispater/pendulum.git#tag=1.3.0
+ source = git+https://github.com/sdispater/pendulum.git#tag=1.3.1
sha256sums = SKIP
pkgname = python-pendulum
diff --git a/PKGBUILD b/PKGBUILD
index 68d93adf9495..30181bf30095 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Karol Babioch <karol@babioch.de>
pkgname=('python-pendulum' 'python2-pendulum')
-pkgver=1.3.0
+pkgver=1.3.1
pkgrel=1
pkgdesc="Python datetimes made easy"
arch=('any')