From b326744f5556085b05db29a07e7c31de8459154c Mon Sep 17 00:00:00 2001 From: Kurt Raschke Date: Sun, 3 Nov 2024 20:31:26 -0500 Subject: [PATCH] This is pyRFC3339 2.0. --- CHANGES.rst | 2 +- docs/source/conf.py | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 5d13615..312ddd2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changelog ========= -2.0 (2024-11-00) +2.0 (2024-11-03) ---------------- - Migrate tests from `nose` to `unittest` and `pytest` (:issue:`16`) diff --git a/docs/source/conf.py b/docs/source/conf.py index 96346cf..768c693 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -45,9 +45,9 @@ # built documents. # # The short X.Y version. -version = '1.1' +version = '2.0' # The full version, including alpha/beta/rc tags. -release = '1.1' +release = '2.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 1a38828..179ea73 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name = "pyRFC3339", - version = "1.1", + version = "2.0", author = "Kurt Raschke", author_email = "kurt@kurtraschke.com", url = "https://github.com/kurtraschke/pyRFC3339",