Skip to content

Commit

Permalink
chore: bump version to 0.4.0 (#15)
Browse files Browse the repository at this point in the history
Signed-off-by: Roald Nefs <info@roaldnefs.com>
  • Loading branch information
roaldnefs committed Feb 14, 2021
1 parent 41c4959 commit 354e64a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
All notable changes in **django-sms** are documented below.

## [Unreleased]

## [0.4.0]
### Added
- The **sms.backends.messagebird.SmsBackend** to send text messages using [MessageBird](https://messagebird.com/) ([#6](https://github.com/roaldnefs/django-sms/issues/6)).

Expand All @@ -20,7 +22,8 @@ All notable changes in **django-sms** are documented below.
### Added
- This `CHANGELOG.md` file to be able to list all notable changes for each version of **django-sms**.

[Unreleased]: https://github.com/roaldnefs/django-sms/compare/v0.3.0...HEAD
[Unreleased]: https://github.com/roaldnefs/django-sms/compare/v0.4.0...HEAD
[0.4.0]: https://github.com/roaldnefs/django-sms/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/roaldnefs/django-sms/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/roaldnefs/django-sms/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/roaldnefs/django-sms/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project = 'django-sms'
copyright = '2021, Roald Nefs'
author = 'Roald Nefs'
release = '0.3.0'
release = '0.4.0'

extensions = ['m2r2']
templates_path = ['_templates']
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ def long_description() -> str:

with open('CHANGELOG.md') as changelog_file:
changelog = changelog_file.read()

return readme + changelog


setup(
name='django-sms',
version='0.3.0',
version='0.4.0',
url="https://github.com/django-enterprise/django-sms",
description='A Django app for sending SMS with interchangeable backends.',
long_description=long_description(),
Expand Down

0 comments on commit 354e64a

Please sign in to comment.