From e79601b9995d16bc4e1f93d78ef93cdb14d6e967 Mon Sep 17 00:00:00 2001 From: MS List Date: Fri, 20 May 2022 11:17:48 -0400 Subject: [PATCH] Incremented version. --- CHANGELOG.rst | 6 ++++++ docs/conf.py | 2 +- setup.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4cf34ce..b54707b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,11 @@ This document records all notable changes to `pyluach `_. +`1.4.2`_ (2022-05-20) +--------------------- +* Fixed bug in Month comparisons when one month is before Nissan and one + is not + `1.4.1`_ (2022-03-25) --------------------- * Fixed mistakes in docstring and error message. @@ -54,6 +59,7 @@ This project adheres to `Semantic Versioning `_. * Initial public release +.. _`1.4.2`: https://github.com/simlist/pyluach/compare/v1.4.1...v1.4.2 .. _`1.4.1`: https://github.com/simlist/pyluach/compare/v1.4.0...v1.4.1 .. _`1.4.0`: https://github.com/simlist/pyluach/compare/v1.3.0...v1.4.0 .. _`1.3.0`: https://github.com/simlist/pyluach/compare/v1.2.1...v1.3.0 diff --git a/docs/conf.py b/docs/conf.py index 9864b7b..ddf9561 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -20,7 +20,7 @@ author = 'MS List' # The full version, including alpha/beta/rc tags -release = '1.4.1' +release = '1.4.2' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 800790d..cb3c818 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='pyluach', - version='1.4.1', + version='1.4.2', author='MS List', author_email='simlist@gmail.com', packages=['pyluach', ],