Skip to content

Commit

Permalink
Merge pull request #14 from saadmk11/release-0.8.3
Browse files Browse the repository at this point in the history
Release 0.8.3
  • Loading branch information
saadmk11 committed Sep 23, 2020
2 parents 0666c68 + 7f81a61 commit 3c8771b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Version: 0.8.3

* [#12](https://github.com/saadmk11/django-newsfeed/pull/12): Added Changelog CI Badge to Readme
* [#10](https://github.com/saadmk11/django-newsfeed/pull/10): Bump coverage from 5.2.1 to 5.3
* [#11](https://github.com/saadmk11/django-newsfeed/pull/11): Added Changelog CI
* [#5](https://github.com/saadmk11/django-newsfeed/pull/5): Bump django from 3.1 to 3.1.1
* [#13](https://github.com/saadmk11/django-newsfeed/pull/13): Added subscribe, unsubscribe and verification email sent signals
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.1',
version='0.8.3',
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 3c8771b

Please sign in to comment.