Skip to content

Commit

Permalink
Prepare next version.
Browse files Browse the repository at this point in the history
  • Loading branch information
saimn committed Nov 18, 2015
1 parent 012f41c commit c5a458a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ test:
coverage: coverage:
py.test --cov sigal --cov-report term --cov-report=html py.test --cov sigal --cov-report term --cov-report=html


publish: colorbox galleria publish: colorbox galleria photoswipe
python setup.py register python setup.py register
python setup.py sdist bdist_wheel python setup.py sdist bdist_wheel
twine upload dist/* twine upload dist/*


.PHONY: colorbox galleria docs .PHONY: colorbox galleria photoswipe docs
2 changes: 1 addition & 1 deletion sigal/pkgmeta.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@


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

0 comments on commit c5a458a

Please sign in to comment.