We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96aa466 commit 198d70cCopy full SHA for 198d70c
PKGBUILD
@@ -1,7 +1,7 @@
1
# Maintainer: Adam Schubert <[email protected]>
2
3
pkgname=python-cron-descriptor
4
-pkgver=1.1
+pkgver=1.2
5
pkgrel=1
6
pkgdesc="A Python library that converts cron expressions into human readable strings."
7
arch=('any')
setup.py
@@ -15,7 +15,7 @@
15
16
import setuptools
17
18
-version = "1.1.0"
+version = "1.2.0"
19
20
21
if __name__ == "__main__":
0 commit comments