Skip to content

Commit 677d771

Browse files
committed
bump version 0.1.6.
1 parent 7b71d86 commit 677d771

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ Changelog
22
=========
33

44

5-
0.1.6 (2022-04-24)
5+
0.1.6 (2023-02-25)
66
------------------
77

88
- pipenv substituted by poetry
99
- mypy checker added
10+
- python 3.10, 3.11 support added
1011

1112

1213
0.1.5 (2022-04-24)

crontools/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
__description__ = 'Python cron tools'
33
__url__ = 'https://github.com/dapper91/crontools'
44

5-
__version__ = '0.1.5'
5+
__version__ = '0.1.6'
66

77
__author__ = 'Dmitry Pershin'
88
__email__ = '[email protected]'

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "crontools"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
description = "Python cron tools"
55
authors = ["Dmitry Pershin <[email protected]>"]
66
license = "Unlicense"
@@ -9,6 +9,7 @@ homepage = "https://github.com/dapper91/crontools"
99
repository = "https://github.com/dapper91/crontools"
1010
keywords = ["cron", "crontab", "cron-utils", "cron-tools", "parser"]
1111
classifiers = [
12+
"Development Status :: 5 - Production/Stable",
1213
"License :: Public Domain",
1314
"Programming Language :: Python :: 3",
1415
"Programming Language :: Python :: 3.7",

0 commit comments

Comments
 (0)