Skip to content

Commit

Permalink
Bump to version 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kblomqvist committed Oct 30, 2016
1 parent 6f955ee commit 69a5564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yasha/yasha.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import os
from .parsers import *

__version__ = "2.0"
__version__ = "2.1"

DEFAULT_PARSERS = [YamlParser(), TomlParser(), SvdParser()]
EXTENSIONS_FORMAT = [".py", ".j2ext", ".jinja-ext"]
Expand Down

0 comments on commit 69a5564

Please sign in to comment.