From 28f5891d6524fedc01630f79db6341d6d2e67f51 Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Mon, 19 Apr 2021 00:19:59 +0200 Subject: [PATCH 1/3] Release 2.2 --- docs/changelog.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 2ad90d4..bf6ae02 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,10 +2,10 @@ Changelog =========== -Version 2.2.dev -~~~~~~~~~~~~~~~ +Version 2.2 +~~~~~~~~~~~ -Released on 2020-xx-xx. +Released on 2021-04-18. - Convert pillow warnings to logging with filename [:issue:`394`]. - Catch warnings when reading EXIF data. From 3e6f1c465e3688da54e8aefa39742a3c34d1d7bf Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Mon, 19 Apr 2021 00:26:28 +0200 Subject: [PATCH 2/3] Update AUTHORS, classifiers, Copyright --- AUTHORS | 1 + LICENSE | 2 +- setup.cfg | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index bf3cc0b..b9b9bb4 100644 --- a/AUTHORS +++ b/AUTHORS @@ -18,6 +18,7 @@ alphabetical order): - David Siroky - Edward Betts - Edwin Steele +- Elges István - François D. (@franek) - @Glandos - Giel van Schijndel diff --git a/LICENSE b/LICENSE index 8fcff22..e184d5e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ The MIT License (MIT) -Copyright (c) 2009-2020 - Simon Conseil +Copyright (c) 2009-2021 - Simon Conseil Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/setup.cfg b/setup.cfg index f9ae955..f0640e2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,6 +17,7 @@ classifiers = Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 + Programming Language :: Python :: 3.9 Topic :: Internet :: WWW/HTTP Topic :: Multimedia :: Graphics :: Viewers Topic :: Software Development :: Libraries :: Python Modules From 34aa4982afa3e46ee88dd5f93eafbf3bc3829422 Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Mon, 19 Apr 2021 00:30:08 +0200 Subject: [PATCH 3/3] Add long_description_content_type --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index f0640e2..d22c6a8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,6 +2,7 @@ name = sigal description = Simple static gallery generator long_description = file: README.rst +long_description_content_type = text/x-rst author = Simon Conseil author_email = contact@saimon.org url = https://github.com/saimn/sigal