Skip to content

Commit

Permalink
Release v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed Jun 27, 2020
1 parent 0d6c7b3 commit e58b1a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
## Unreleased

## [v0.11.0](https://github.com/thibaudcolas/curlylint/releases/tag/v0.11.0) 2020-05-21

### Added

- Add helpful error message when curlylint can’t find any configuration with `--print-config`.
Expand Down
2 changes: 1 addition & 1 deletion curlylint/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__name__ = "curlylint"
__version__ = "0.10.0"
__version__ = "0.11.0"
__description__ = "{{ 🎀}} Experimental linter for Jinja, Nunjucks, Django templates, Twig, Liquid"
__author__ = "Thibaud Colas"
__author_email__ = "[email protected]"
Expand Down

0 comments on commit e58b1a6

Please sign in to comment.