From d9aad5fc267b4ba525d20e1ad2924fcd3678e8c6 Mon Sep 17 00:00:00 2001 From: simlist Date: Wed, 3 Jun 2020 21:54:44 -0400 Subject: [PATCH] Fixed authorw name in sphinx conf. --- CHANGELOG.rst | 6 ++++-- docs/conf.py | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index acf5cc4..0922aa1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,10 +6,12 @@ This document records all notable changes to `pyluach `_. -1.2.0 (unreleased) +1.1.0 (unreleased) ------------------------- -* Stopped supporting python < 3.4. +* Redesigned documentation. +* Added molad and molad_announcement methods to hebrewcal.Month. +* Stopped supporting python < 3.4 and modernized code. `1.0.1`_ (2019-03-02) diff --git a/docs/conf.py b/docs/conf.py index eb8003e..285c46e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -20,8 +20,8 @@ # -- Project information ----------------------------------------------------- project = 'pyluach' -copyright = '2016, simlist' -author = 'simlist' +copyright = '2016, MS List' +author = 'MS List' # The full version, including alpha/beta/rc tags release = '1.0.1'