Skip to content

Commit

Permalink
Bump version to 1.2b2
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Jan 19, 2017
1 parent 3acc4d6 commit d43fee5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

## 1.2 (unreleased)

- Disabled excessive text cleanup in items.
- Disabled excessive text cleanup in items. (credit: [@michaelnt](https://github.com/michaelnt))
- Running `doorstop review all` will be required due to whitespace changes.
- Added `--no-levels={all,body}` publishing options.
- Added `--no-levels={all,body}` publishing options. (credit: [@michaelnt](https://github.com/michaelnt))
- **DEPRECATION WARNING:** `--no-body-levels` will not be supported in a future release.

## 1.1 (2017/01/09)
Expand Down
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.2b1'
__version__ = '1.2b2'

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

0 comments on commit d43fee5

Please sign in to comment.