Skip to content

Commit

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

## [Unreleased]

## [0.2.0] (2021-01-21)
### Added
- The file backend that writes text messages to a file ([#1](https://github.com/roaldnefs/django-sms/pull/1)).

## [0.1.0] (2021-01-15)
### 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.1.0...HEAD
[Unreleased]: https://github.com/roaldnefs/django-sms/compare/v0.2.0...HEAD
[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.1.0'
release = '0.2.0'

extensions = ['m2r2']
templates_path = ['_templates']
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def long_description() -> str:

setup(
name='django-sms',
version='0.1.0',
version='0.2.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 aab5476

Please sign in to comment.