Skip to content

Commit

Permalink
Merge branch 'hotfix/1.6.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
rlskoeser committed May 8, 2024
2 parents 8403063 + 96bbf35 commit 646962d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGELOG
=========

1.6.1
-----

* Pin django-markdownify to 0.9.3 to avoid an incompatibility error with bleach in django-markdownify 0.9.4

1.6
---

Expand Down
2 changes: 1 addition & 1 deletion mep/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version_info__ = (1, 6, 0, None)
__version_info__ = (1, 6, 1, None)


# Dot-connect all but the last. Last is dash-connected if not None.
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ bleach
django-fullurl
unidecode
stop_words
django-markdownify>=0.9
# as of 2024-05-08 django-markdownify==0.9.4 causes an error with bleach
django-markdownify==0.9.3
tweepy
# specify bs4 version to avoid wagtail version conflict
beautifulsoup4<4.9
Expand Down

0 comments on commit 646962d

Please sign in to comment.