Skip to content

Commit

Permalink
Update Changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
saimn committed Jan 26, 2019
1 parent 2d57421 commit 28f7add
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
Changelog
===========

Version 2.0.dev
~~~~~~~~~~~~~~~
Version 2.0
~~~~~~~~~~~

Released on 2018-xx-xx.
Released on 2019-01-26.

Sigal now requires Python 3.5+.

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

Version 1.4.1
~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion sigal/pkgmeta.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

__title__ = 'sigal'
__author__ = 'Simon Conseil'
__version__ = '2.0.dev'
__version__ = '2.0'
__license__ = 'MIT'
__url__ = 'https://github.com/saimn/sigal'
__all__ = ['__title__', '__author__', '__version__', '__license__', '__url__']

0 comments on commit 28f7add

Please sign in to comment.