Skip to content

Commit

Permalink
Prepare 1.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardroche committed Sep 19, 2017
1 parent 8fcee9f commit 549a0dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# COLOR SCHEME UNIT CHANGELOG

## Unreleased
## [1.7.0] - 2017-09-19

### Added

* Added: Insert Assertions command
* Added: Insert Assertions command `color_scheme_unit_insert_assertions`
* Added: Backwards compatability with older builds `<=3083`

## [1.6.0] - 2017-09-12

Expand Down Expand Up @@ -267,6 +268,7 @@

* Initial import

[1.7.0]: https://github.com/gerardroche/sublime_color_scheme_unit/compare/1.6.0...1.7.0
[1.6.0]: https://github.com/gerardroche/sublime_color_scheme_unit/compare/1.5.0...1.6.0
[1.5.0]: https://github.com/gerardroche/sublime_color_scheme_unit/compare/1.4.2...1.5.0
[1.4.2]: https://github.com/gerardroche/sublime_color_scheme_unit/compare/1.4.1...1.4.2
Expand Down
4 changes: 2 additions & 2 deletions plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
from sublime_plugin import TextCommand
from sublime_plugin import WindowCommand

__version__ = "1.6.0"
__version_info__ = (1, 6, 0)
__version__ = "1.7.0"
__version_info__ = (1, 7, 0)

_COLOR_TEST_PARAMS_COMPILED_PATTERN = re.compile(
'^(?:(?:\<\?php )?(?://|#|\/\*|\<\!--|--)\s*)?'
Expand Down

0 comments on commit 549a0dc

Please sign in to comment.