From f7a5f872b91702df95467497cbd506cefb8a03d6 Mon Sep 17 00:00:00 2001 From: Stryder-Git Date: Sat, 8 Oct 2022 20:24:29 +0000 Subject: [PATCH] [GH-Actions] v4.0.3 -- updated configuration and documentation files. --- docs/change_log.rst | 4 ++++ pyproject.toml | 2 +- setup.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/change_log.rst b/docs/change_log.rst index 90ddc47..1b2955a 100644 --- a/docs/change_log.rst +++ b/docs/change_log.rst @@ -3,6 +3,10 @@ Updates ------- +4.0.3 (10/08/2022) +~~~~~~~~~~~~~~ +- Enabled tests that failed before PR #215 + 4.0.2 (10/08/2022) ~~~~~~~~~~~~~~ - Implemented new release management diff --git a/pyproject.toml b/pyproject.toml index dcccfb7..090eacf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pandas_market_calendars" -version = "4.0.2" +version = "4.0.3" authors = [ { name="Ryan Sheftel", email="rsheftel@alumni.upenn.edu" }, ] diff --git a/setup.py b/setup.py index 1fae635..11a2dbc 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ from setuptools import find_packages, setup # version -VERSION = '4.0.2' +VERSION = '4.0.3' # requirements REQUIRED_PYTHON = '>=3.8.0'