Skip to content

Commit

Permalink
Bump version to 1.1b1
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Dec 13, 2016
1 parent 52773d2 commit 7d4b9e4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Revision History

## 1.1 (unreleased)

- Added '--strict-child-check' option to ensure links from every child document.

## 1.0.2 (2016/06/08)

- Moved the documentation to [ReadTheDocs](http://doorstop.readthedocs.io).
Expand Down
8 changes: 8 additions & 0 deletions docs/cli/validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,11 @@ To check a document hierarchy for consistency, run the main command:
$ doorstop
valid tree: REQ <- [ TST ]
```

## Links

To confirm that every item in a document links to its parents:

```sh
$ doorstop --strict-child-check
```
2 changes: 1 addition & 1 deletion doorstop/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import sys

__project__ = 'Doorstop'
__version__ = '1.0.2'
__version__ = '1.1b1'

CLI = 'doorstop'
GUI = 'doorstop-gui'
Expand Down

0 comments on commit 7d4b9e4

Please sign in to comment.