Skip to content

Commit

Permalink
chore: bump version to 0.5.0 (#17)
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 19, 2021
1 parent ead09d4 commit 0127d6c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@
All notable changes in **django-sms** are documented below.

## [Unreleased]

## [0.5.0]
### Added
- The **sms.backends.twilio.SmsBackend** to send text messages using [Twilio](https://twilio.com/) ([#7](https://github.com/roaldnefs/django-sms/issues/7)).

Expand All @@ -24,7 +26,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.4.0...HEAD
[Unreleased]: https://github.com/roaldnefs/django-sms/compare/v0.5.0...HEAD
[0.5.0]: https://github.com/roaldnefs/django-sms/compare/v0.4.0...v0.5.0
[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
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
@@ -1,7 +1,7 @@
project = 'django-sms'
copyright = '2021, Roald Nefs'
author = 'Roald Nefs'
release = '0.4.0'
release = '0.5.0'

extensions = ['m2r2']
templates_path = ['_templates']
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -20,7 +20,7 @@ def long_description() -> str:

setup(
name='django-sms',
version='0.4.0',
version='0.5.0',
url="https://github.com/django-enterprise/django-sms",
description='A Django app for sending SMS with interchangeable backends.',
long_description=long_description(),
Expand All @@ -31,7 +31,7 @@ def long_description() -> str:
platforms='any',
zip_safe=False,
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Framework :: Django',
'Framework :: Django :: 2.2',
Expand Down

0 comments on commit 0127d6c

Please sign in to comment.