Skip to content

Commit

Permalink
New version 1.2.27
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamek committed Jun 29, 2022
1 parent 153a19e commit 9435edb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion archlinux/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname=python-cron-descriptor
pkgver=1.2.26
pkgver=1.2.27
pkgdesc="A Python library that converts cron expressions into human readable strings."
pkgrel=1
arch=('any')
Expand Down
2 changes: 1 addition & 1 deletion cron_descriptor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
from .Exception import MissingFieldException, FormatException, WrongArgumentException


__version__ = '1.2.26'
__version__ = '1.2.27'
__all__ = ['Options', 'ExpressionDescriptor', 'get_description', 'DescriptionTypeEnum',
'CasingTypeEnum', 'MissingFieldException', 'FormatException', 'WrongArgumentException']
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

setuptools.setup(
name="cron_descriptor",
version="1.2.26",
version="1.2.27",
description="A Python library that converts cron expressions "
"into human readable strings.",
author="Adam Schubert",
Expand Down

0 comments on commit 9435edb

Please sign in to comment.