From 2b67279daf0c7505477d645edcb46b36f5dd5bc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Sat, 2 Nov 2024 16:19:54 +0200 Subject: [PATCH] Prepare for v2.6 release --- CHANGELOG.md | 5 ++++- setup.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0572991..f45a31d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog All notable changes to this project will be documented in this file. +## 2.6 - 2024-10-02 +- Add support for iteration backwards in time (#2) + ## 2.5 - 2023-07-01 - Add support for "LW" in the day-of-month field (#1) @@ -32,4 +35,4 @@ All notable changes to this project will be documented in this file. ## 1.0 - 2021-10-15 -- Initial release \ No newline at end of file +- Initial release diff --git a/setup.py b/setup.py index 13dba27..77ca3e0 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="cronsim", - version="2.5", + version="2.6", url="https://github.com/cuu508/cronsim", license="BSD", author="PÄ“teris Caune",