Skip to content

Commit

Permalink
Merge pull request #5 from raimon49/release-1.3.1
Browse files Browse the repository at this point in the history
Release 1.3.1
  • Loading branch information
raimon49 committed Aug 16, 2020
2 parents 4c2f810 + 770a334 commit 560a410
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## CHANGELOG

### 1.3.1

* Requires `bleach-allowlist` version 1.0.3 or higher

### 1.3.0

* Migrate using Python package from `bleach-whitelist` to `bleach-allowlist`
Expand Down
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ autopep8==1.5.4 # via -r dev-requirements.in
bleach-allowlist==1.0.3 # via -r requirements.in
bleach==3.1.5 # via -r requirements.in, readme-renderer
certifi==2020.6.20 # via requests
cffi==1.14.1 # via cryptography
cffi==1.14.2 # via cryptography
chardet==3.0.4 # via requests
click==7.1.2 # via mkdocs, nltk, pip-tools
codecov==2.1.8 # via -r dev-requirements.in
Expand Down
2 changes: 1 addition & 1 deletion mkdocssafetext/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
"""
__version__ = '1.3.0'
__version__ = '1.3.1'
__author__ = 'raimon'
__license__ = 'BSD License'
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
bleach
bleach-allowlist
bleach-allowlist>=1.0.3
mkdocs>=0.17.0
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ setup_requires =
pytest-runner
install_requires =
bleach
bleach-allowlist
mkdocs>=0.17.0
bleach-allowlist >= 1.0.3
mkdocs >= 0.17.0
tests_require =
pytest-cov
pytest-pycodestyle
Expand Down

0 comments on commit 560a410

Please sign in to comment.