Skip to content

Commit

Permalink
Release v1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
adamzap committed Jun 12, 2022
1 parent f6c1b66 commit 766716c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v1.1.9

- Pin `MarkupSafe` dependency to `v1.1.1`

## v1.1.8

- Explicitly support Python v3.8
Expand Down
2 changes: 1 addition & 1 deletion landslide/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = 'landslide'
__version__ = '1.1.8'
__version__ = '1.1.9'
__author__ = 'Adam Zapletal'
__author_email__ = '[email protected]'
__license__ = 'Apache 2.0'
Expand Down

0 comments on commit 766716c

Please sign in to comment.