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 f3c1c77 commit 54605eaCopy full SHA for 54605ea
archlinux/PKGBUILD
@@ -1,5 +1,5 @@
1
pkgname=python-cron-descriptor
2
-pkgver=2.0.4
+pkgver=2.0.5
3
pkgdesc="A Python library that converts cron expressions into human readable strings."
4
pkgrel=1
5
arch=('any')
cron_descriptor/__init__.py
@@ -26,7 +26,7 @@
26
from .ExpressionDescriptor import ExpressionDescriptor, get_description
27
from .Options import Options
28
29
-__version__ = "2.0.4"
+__version__ = "2.0.5"
30
__all__ = [
31
"CasingTypeEnum",
32
"DescriptionTypeEnum",
0 commit comments