Skip to content

Commit

Permalink
Bump version for 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vkurup committed Jan 11, 2018
1 parent d81d5cc commit 60127f2
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -53,7 +53,7 @@
# The full version, including alpha/beta/rc tags.
release = rapidsms.__version__
# The next version to be released
rapidsms_next_version = '0.22.0'
rapidsms_next_version = '0.23.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
16 changes: 11 additions & 5 deletions docs/releases/0.22.0.rst
@@ -1,6 +1,6 @@
=================================================
RapidSMS 0.22.0 release notes (under development)
=================================================
===============================================
RapidSMS 0.22.0 release notes (current release)
===============================================

Welcome to RapidSMS 0.22.0! These release notes cover the new features in 0.22.0
as well as some :ref:`backwards-incompatible-changes-0.22.0` you'll want to be
Expand All @@ -10,11 +10,17 @@ aware of when upgrading from RapidSMS 0.21.0.
What's New
==========

*
* Added support for Django 1.9 and 1.10.
* Added support for Python 3.5.

Thanks to @fredcido and Raphael Merx (@raphaelmerx) for these improvements!


.. _backwards-incompatible-changes-0.22.0:

Backwards-incompatible changes in RapidSMS 0.22.0
=================================================

*
* Dropped support for Django 1.6 and 1.7.
* Dropped support for Python 3.3.
* Removed contrib.locations app.
20 changes: 20 additions & 0 deletions docs/releases/0.23.0.rst
@@ -0,0 +1,20 @@
=================================================
RapidSMS 0.23.0 release notes (under development)
=================================================

Welcome to RapidSMS 0.23.0! These release notes cover the new features in 0.23.0
as well as some :ref:`backwards-incompatible-changes-0.23.0` you'll want to be
aware of when upgrading from RapidSMS 0.22.0.


What's New
==========

*

.. _backwards-incompatible-changes-0.23.0:

Backwards-incompatible changes in RapidSMS 0.23.0
=================================================

*
6 changes: 4 additions & 2 deletions docs/releases/index.rst
Expand Up @@ -6,8 +6,9 @@ you what’s new in each version, describe any backwards-incompatible changes
made, and provide, if needed, any upgrade instructions. Please see the
:doc:`roadmap` for details on upcoming releases.

.. * :doc:`0.22.0 release notes <0.22.0>` (under development)
.. * :doc:`0.21.0 release notes <0.21.1>` (current release)
.. * :doc:`0.23.0 release notes <0.23.0>` (under development)
.. * :doc:`0.22.0 release notes <0.22.0>` (current release)
.. * :doc:`0.21.0 release notes <0.21.1>`
.. * :doc:`0.21.0 release notes <0.21.0>`
.. * :doc:`0.20.0 release notes <0.20.0>`
.. * :doc:`0.19.0 release notes <0.19.0>`
Expand All @@ -26,6 +27,7 @@ made, and provide, if needed, any upgrade instructions. Please see the
.. toctree::
:maxdepth: 1

0.23.0
0.22.0
0.21.1
0.21.0
Expand Down
2 changes: 1 addition & 1 deletion rapidsms/__init__.py
@@ -1,4 +1,4 @@
"Build SMS applications with Python and Django"


__version__ = '0.21.1'
__version__ = '0.22.0'

0 comments on commit 60127f2

Please sign in to comment.