From c5a458a9d73421dab9b414b75a187bc1769ca95c Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Thu, 19 Nov 2015 00:32:50 +0100 Subject: [PATCH] Prepare next version. --- Makefile | 4 ++-- sigal/pkgmeta.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index e3d3590..b214814 100644 --- a/Makefile +++ b/Makefile @@ -25,9 +25,9 @@ test: coverage: py.test --cov sigal --cov-report term --cov-report=html -publish: colorbox galleria +publish: colorbox galleria photoswipe python setup.py register python setup.py sdist bdist_wheel twine upload dist/* -.PHONY: colorbox galleria docs +.PHONY: colorbox galleria photoswipe docs diff --git a/sigal/pkgmeta.py b/sigal/pkgmeta.py index df926ad..4dd311c 100644 --- a/sigal/pkgmeta.py +++ b/sigal/pkgmeta.py @@ -22,7 +22,7 @@ __title__ = 'sigal' __author__ = 'Simon Conseil' -__version__ = '1.0.1' +__version__ = '1.1.0-dev' __license__ = 'MIT' __url__ = 'https://github.com/saimn/sigal' __all__ = ['__title__', '__author__', '__version__', '__license__', '__url__']