Skip to content

Commit

Permalink
chore: bump version to 0.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Roald Nefs <[email protected]>
  • Loading branch information
roaldnefs committed Dec 31, 2023
1 parent f631c9b commit 6820d99
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.7.0]
### Changed
- Add support for Django 4.2 and 5.0.
- Add support for Python 3.12.
Expand Down Expand Up @@ -41,7 +43,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.6.0...HEAD
[Unreleased]: https://github.com/roaldnefs/django-sms/compare/v0.7.0...HEAD
[0.7.0]: https://github.com/roaldnefs/django-sms/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/roaldnefs/django-sms/compare/v0.5.0...v0.6.0
[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
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project = 'django-sms'
copyright = '2021, Roald Nefs'
copyright = '2023, Roald Nefs'
author = 'Roald Nefs'
release = '0.6.0'
release = '0.7.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.6.0',
version='0.7.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 6820d99

Please sign in to comment.