Browse Source

Merge pull request #428 from saimn/release-2.2

Release 2.2
pull/431/head 2.2
Simon Conseil 5 years ago committed by GitHub
parent
commit
bd1f962fc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      AUTHORS
  2. 2
      LICENSE
  3. 6
      docs/changelog.rst
  4. 2
      setup.cfg

1
AUTHORS

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

2
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

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

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

Loading…
Cancel
Save