Prepare next version.
This commit is contained in:
4
Makefile
4
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
|
||||
|
||||
@@ -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__']
|
||||
|
||||
Reference in New Issue
Block a user