Skip to content

Commit 28f7add

Browse files
committed
Update Changelog and version
1 parent 2d57421 commit 28f7add

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

docs/changelog.rst

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

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

8-
Released on 2018-xx-xx.
8+
Released on 2019-01-26.
99

1010
Sigal now requires Python 3.5+.
1111

@@ -20,6 +20,8 @@ Sigal now requires Python 3.5+.
2020
- Quote special characters in urls [:issue:`345`].
2121
- Reorganization of templates, splitting landing page and album templates
2222
[:issue:`343`], [:issue:`347`], [:issue:`348`].
23+
- Add IPTC Headline (2:105) and to iptc_data [:issue:`356`].
24+
- Avoid IPTC errors [:issue:`355`], [:issue:`358`].
2325

2426
Version 1.4.1
2527
~~~~~~~~~~~~~

sigal/pkgmeta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
__title__ = 'sigal'
2222
__author__ = 'Simon Conseil'
23-
__version__ = '2.0.dev'
23+
__version__ = '2.0'
2424
__license__ = 'MIT'
2525
__url__ = 'https://github.com/saimn/sigal'
2626
__all__ = ['__title__', '__author__', '__version__', '__license__', '__url__']

0 commit comments

Comments
 (0)