Skip to content

Commit 0643e2a

Browse files
committed
v1.1.0: Bumping version.
Restoring docs root-ref back to greatest tag instead of master. Preparing for release.
1 parent d5f5154 commit 0643e2a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ Changelog
4242

4343
This project adheres to `Semantic Versioning <http://semver.org/>`_.
4444

45-
Unreleased
46-
----------
45+
1.1.0 - 2016-08-07
46+
------------------
4747

4848
Added
4949
* Exposing Jinja2 context variables: ``scv_is_branch`` ``scv_is_root_ref`` ``scv_is_tag`` ``scv_root_ref_is_branch``

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
INSTALL_REQUIRES = ['colorclass', 'docopt', 'sphinx']
1414
LICENSE = 'MIT'
1515
NAME = 'sphinxcontrib-versioning'
16-
VERSION = '1.0.1'
16+
VERSION = '1.1.0'
1717

1818

1919
def readme(path='README.rst'):

sphinxcontrib/versioning/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
__author__ = '@Robpol86'
99
__license__ = 'MIT'
10-
__version__ = '1.0.1'
10+
__version__ = '1.1.0'

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ commands =
3232
deps =
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

@@ -48,7 +48,7 @@ deps =
4848

4949
[testenv:docsV]
5050
commands =
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
5252
deps =
5353
{[testenv:docs]deps}
5454
passenv =

0 commit comments

Comments
 (0)