Skip to content

Commit bd1f962

Browse files
authored
Merge pull request #428 from saimn/release-2.2
Release 2.2
2 parents 5135a91 + 34aa498 commit bd1f962

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ alphabetical order):
1818
- David Siroky
1919
- Edward Betts
2020
- Edwin Steele
21+
- Elges István
2122
- François D. (@franek)
2223
- @Glandos
2324
- Giel van Schijndel

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
The MIT License (MIT)
2-
Copyright (c) 2009-2020 - Simon Conseil
2+
Copyright (c) 2009-2021 - Simon Conseil
33

44
Permission is hereby granted, free of charge, to any person obtaining a copy
55
of this software and associated documentation files (the "Software"), to

docs/changelog.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
Changelog
33
===========
44

5-
Version 2.2.dev
6-
~~~~~~~~~~~~~~~
5+
Version 2.2
6+
~~~~~~~~~~~
77

8-
Released on 2020-xx-xx.
8+
Released on 2021-04-18.
99

1010
- Convert pillow warnings to logging with filename [:issue:`394`].
1111
- Catch warnings when reading EXIF data.

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = sigal
33
description = Simple static gallery generator
44
long_description = file: README.rst
5+
long_description_content_type = text/x-rst
56
author = Simon Conseil
67
author_email = contact@saimon.org
78
url = https://github.com/saimn/sigal
@@ -17,6 +18,7 @@ classifiers =
1718
Programming Language :: Python :: 3.6
1819
Programming Language :: Python :: 3.7
1920
Programming Language :: Python :: 3.8
21+
Programming Language :: Python :: 3.9
2022
Topic :: Internet :: WWW/HTTP
2123
Topic :: Multimedia :: Graphics :: Viewers
2224
Topic :: Software Development :: Libraries :: Python Modules

0 commit comments

Comments
 (0)