Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanfoulis committed Dec 27, 2021
1 parent 966791d commit d4cc292
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -3,10 +3,10 @@ name: Django Send SMS Build
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

jobs:
build:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,12 @@
CHANGELOG
=========

0.5.0 (2021-12-27)
------------------

* Support for django 3.x and django 4.0


0.4.0 (2019-09-15)
------------------

Expand Down
2 changes: 1 addition & 1 deletion sendsms/__init__.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
__version_info__ = {
"major": 0,
"minor": 4,
"minor": 5,
"micro": 0,
"releaselevel": "final",
"serial": 1,
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -10,6 +10,7 @@
platforms=["OS Independent"],
description="A simple API to send SMS messages.",
long_description=open("README.rst").read(),
long_description_content_type="text/x-rst",
author="Stefan Foulis",
author_email="stefan@foulis.ch",
maintainer="Stefan Foulis",
Expand Down

0 comments on commit d4cc292

Please sign in to comment.