Skip to content

Commit daa1717

Browse files
committed
New version 1.3
1 parent fa7741a commit daa1717

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.35
2+
pkgver=1.3
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.35'
30+
__version__ = '1.3.0'
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.35",
35+
version="1.3.0",
3636
description="A Python library that converts cron expressions "
3737
"into human readable strings.",
3838
author="Adam Schubert",

0 commit comments

Comments
 (0)