File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ Changelog
4242
4343This project adheres to `Semantic Versioning <http://semver.org/ >`_.
4444
45- Unreleased
46- ----------
45+ 1.1.0 - 2016-08-07
46+ ------------------
4747
4848Added
4949 * Exposing Jinja2 context variables: ``scv_is_branch `` ``scv_is_root_ref `` ``scv_is_tag `` ``scv_root_ref_is_branch ``
Original file line number Diff line number Diff line change 1313INSTALL_REQUIRES = ['colorclass' , 'docopt' , 'sphinx' ]
1414LICENSE = 'MIT'
1515NAME = 'sphinxcontrib-versioning'
16- VERSION = '1.0.1 '
16+ VERSION = '1.1.0 '
1717
1818
1919def readme (path = 'README.rst' ):
Original file line number Diff line number Diff line change 77
88__author__ = '@Robpol86'
99__license__ = 'MIT'
10- __version__ = '1.0.1 '
10+ __version__ = '1.1.0 '
Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ commands =
3232deps =
3333 {[general]install_requires}
3434 coverage ==4.2
35- flake8 ==3.0.3
36- flake8-import-order ==0.9.1
3735 flake8-docstrings ==1.0.2
36+ flake8-import-order ==0.9.1
37+ flake8 ==3.0.3
3838 pep8-naming ==0.4.1
3939 pylint ==1.6.4
4040
4848
4949[testenv:docsV]
5050commands =
51- sphinx-versioning -S semver,chrono -e .gitignore -e .nojekyll -e README.rst push gh-pages . docs -- -W
51+ sphinx-versioning -t - S semver,chrono -e .gitignore -e .nojekyll -e README.rst push gh-pages . docs -- -W
5252deps =
5353 {[testenv:docs]deps}
5454passenv =
You can’t perform that action at this time.
0 commit comments