Skip to content

Commit 9435edb

Browse files
committed
New version 1.2.27
1 parent 153a19e commit 9435edb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

archlinux/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pkgname=python-cron-descriptor
2-
pkgver=1.2.26
2+
pkgver=1.2.27
33
pkgdesc="A Python library that converts cron expressions into human readable strings."
44
pkgrel=1
55
arch=('any')

cron_descriptor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
from .Exception import MissingFieldException, FormatException, WrongArgumentException
2828

2929

30-
__version__ = '1.2.26'
30+
__version__ = '1.2.27'
3131
__all__ = ['Options', 'ExpressionDescriptor', 'get_description', 'DescriptionTypeEnum',
3232
'CasingTypeEnum', 'MissingFieldException', 'FormatException', 'WrongArgumentException']

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
setuptools.setup(
3434
name="cron_descriptor",
35-
version="1.2.26",
35+
version="1.2.27",
3636
description="A Python library that converts cron expressions "
3737
"into human readable strings.",
3838
author="Adam Schubert",

0 commit comments

Comments
 (0)