Merge pull request #428 from saimn/release-2.2

Release 2.2
This commit is contained in:
Simon Conseil
2021-04-19 00:32:50 +02:00
committed by GitHub
4 changed files with 7 additions and 4 deletions

View File

@@ -18,6 +18,7 @@ alphabetical order):
- David Siroky
- Edward Betts
- Edwin Steele
- Elges István
- François D. (@franek)
- @Glandos
- Giel van Schijndel

View File

@@ -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

View File

@@ -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.

View File

@@ -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
@@ -17,6 +18,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