From b18571efe558491f692d9a8413a91772c920435e Mon Sep 17 00:00:00 2001 From: Thomas Perl Date: Wed, 24 Apr 2024 20:59:45 +0200 Subject: [PATCH] minidb 2.0.8 --- LICENSE | 2 +- minidb.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index c172918..1b2527d 100644 --- a/LICENSE +++ b/LICENSE @@ -4,7 +4,7 @@ # |_|_|_|_|_||_|_\__,_|_.__/ # simple python object store # -# Copyright 2009-2010, 2014-2017 Thomas Perl . All rights reserved. +# Copyright 2009-2010, 2014-2022, 2024 Thomas Perl . All rights reserved. # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/minidb.py b/minidb.py index c51d637..9582825 100644 --- a/minidb.py +++ b/minidb.py @@ -5,7 +5,7 @@ # |_|_|_|_|_||_|_\__,_|_.__/ # simple python object store # -# Copyright 2009-2010, 2014-2022 Thomas Perl . All rights reserved. +# Copyright 2009-2010, 2014-2022, 2024 Thomas Perl . All rights reserved. # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -36,7 +36,7 @@ __author__ = 'Thomas Perl ' -__version__ = '2.0.7' +__version__ = '2.0.8' __url__ = 'http://thp.io/2010/minidb/' __license__ = 'ISC'