Skip to content

Commit

Permalink
Merge pull request #66 from saadmk11/release-0.8.7
Browse files Browse the repository at this point in the history
Release 0.8.7
  • Loading branch information
saadmk11 committed Dec 17, 2021
2 parents e442ad5 + 79bfcf2 commit 72eedf8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Version: 0.8.7

* [#59](https://github.com/saadmk11/django-newsfeed/pull/59): Bump django from 3.2.8 to 3.2.9
* [#63](https://github.com/saadmk11/django-newsfeed/pull/63): Fix Bug in `MONTHLY_ISSUE` Constant
* [#64](https://github.com/saadmk11/django-newsfeed/pull/64): Add Support For Django 4.0 and Python 3.10
* [#65](https://github.com/saadmk11/django-newsfeed/pull/65): Bump django from 3.2.9 to 3.2.10


# Version: 0.8.6

* [#42](https://github.com/saadmk11/django-newsfeed/pull/42): Bump django from 3.1.8 to 3.1.9
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='django-newsfeed',
version='0.8.6',
version='0.8.7',
description="""A news curator and newsletter subscription package for django""",
long_description=readme,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 72eedf8

Please sign in to comment.