Skip to content

Commit

Permalink
release v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
snarfed committed Aug 8, 2018
1 parent 405c3cd commit 1c030f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Change Log
All notable changes to this project will be documented in this file.

## 1.1.2 - unreleased
## 1.1.2 - 2018-08-08
- add parsing for iframe.u-*[src] (#116)
- bug fix: reduced implied urls (#117)
- bug fix: don't collapse whitespace between tags
- specify explicit versions for dependencies
- revert BeautifulSoup copying added in 1.1.1, at least temporarily, due to bugs (eg #108)
- revert BeautifulSoup copying added in 1.1.1 due to bugs (eg #108)
- misc performance improvements

## 1.1.1 - 2018-06-15

Expand Down
2 changes: 1 addition & 1 deletion mf2py/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Define the version number. This class is exec'd by setup.py to read
# the value without loading mf2py (loading mf2py is bad if its dependencies
# haven't been installed yet, which is common during setup)
__version__ = '1.1.2a'
__version__ = '1.1.2'

0 comments on commit 1c030f1

Please sign in to comment.