Skip to content

Commit

Permalink
main: 0.1.7 - indent YAML correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
balinthaller committed Jan 30, 2021
1 parent 78adad8 commit e9e47db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions flyover/utils/frontmatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from ruamel.yaml import YAML

yaml = YAML()
yaml.indent(mapping=2, sequence=4, offset=2)

FRONTMATTER_SEPARATOR = "---\n"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

__version__ = '0.1.6'
__version__ = '0.1.7'

requirements = [
"boto3>=1.16.25",
Expand Down

0 comments on commit e9e47db

Please sign in to comment.