From 795d313fb3f7319020fdaa6b1ddb2824f3958290 Mon Sep 17 00:00:00 2001 From: Joel Nothman Date: Sun, 31 Dec 2023 12:02:26 +1100 Subject: [PATCH 1/2] Set version to 0.9.0 --- upsetplot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upsetplot/__init__.py b/upsetplot/__init__.py index aa0e283..014e954 100644 --- a/upsetplot/__init__.py +++ b/upsetplot/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.9.dev1" +__version__ = "0.9.0" import os From 7d889a9df7974509965a5ffd313e27764d43322a Mon Sep 17 00:00:00 2001 From: Joel Nothman Date: Sun, 31 Dec 2023 12:05:55 +1100 Subject: [PATCH 2/2] Bump year --- LICENSE | 4 ++-- doc/conf.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 3ee3098..1ba0b71 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ New BSD License -Copyright (c) 2018-2023 Joel Nothman. +Copyright (c) 2018-2024 Joel Nothman. All rights reserved. @@ -14,7 +14,7 @@ modification, are permitted provided that the following conditions are met: documentation and/or other materials provided with the distribution. c. The names of the contributors may not be used to endorse or promote products derived from this software without specific prior written - permission. + permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" diff --git a/doc/conf.py b/doc/conf.py index d4b40f2..b98adf5 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -74,7 +74,7 @@ # General information about the project. project = "upsetplot" -copyright = "2018-2023, Joel Nothman" +copyright = "2018-2024, Joel Nothman" # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the