Skip to content

Commit

Permalink
Merge pull request #301 from saimn/release-1.4
Browse files Browse the repository at this point in the history
Release 1.4
  • Loading branch information
saimn authored Feb 19, 2018
2 parents d5a2423 + f6b3e4a commit 432532c
Show file tree
Hide file tree
Showing 7 changed files with 9,972 additions and 10 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,12 @@
Changelog
===========

Version 1.4.0.dev
~~~~~~~~~~~~~~~~~
Version 1.4.0
~~~~~~~~~~~~~

Released on 2018-02-20.

Released on 2018-xx-xx.
This is the last version supporting Python 2.

- Update libraries used in themes (Galleria, Colorbox, PhotoSwipe) and their
dependencies.
Expand Down
4 changes: 0 additions & 4 deletions docs/themes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ Sigal comes with three themes, located in the ``sigal/themes`` folder:
`source <http://photoswipe.com/>`__, `demo
<http://saimon.org/sigal-demo/photoswipe/>`__.

For developers, a Makefile is available to concatenate and minify the css
files, using `cssmin <https://pypi.python.org/pypi/cssmin>`_ (``pip install
cssmin``).

Variables
~~~~~~~~~

Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ blinker
boto
click
coverage
cssmin
feedgenerator
Jinja2
Markdown
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
'pilkit'],
test_requires=['pytest'],
extras_require={
'CSS': ['cssmin'],
'S3': ['boto']
},
entry_points={
Expand Down
2 changes: 1 addition & 1 deletion sigal/pkgmeta.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

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

0 comments on commit 432532c

Please sign in to comment.