Skip to content

Commit

Permalink
bump version and update release checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasmcnulty committed Sep 11, 2023
1 parent 230c2c6 commit 6bca0de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
# General information about the project.
project = "RapidSMS"
copyright = (
"2013-8, RapidSMS. Sphinx-powered using a "
"2013-2023, RapidSMS. Sphinx-powered using a "
'<a href="https://github.com/mitsuhiko/flask-sphinx-themes">custom</a> theme'
)

Expand All @@ -60,7 +60,7 @@
# The full version, including alpha/beta/rc tags.
release = rapidsms.__version__
# The next version to be released
rapidsms_next_version = "2.0.0"
rapidsms_next_version = "2.2.0"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
6 changes: 2 additions & 4 deletions docs/developing/release-checklist.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,8 @@ All the following checks should be verified before continuing:
* ``master`` merged to ``develop`` to be sure any hotfixes are included
* Version number in ``rapidsms/__init__.py`` updated
* `Next` version number in ``rapidsms/docs/conf.py`` updated
* New release labeled as current in ``rapidsms/docs/releases`` in
``index.rst``, ``this-release.rst``, and ``roadmap.rst``
* Previous release not labeled as current in ``rapidsms/docs/releases`` in
``index.rst``, ``prev-release.rst``, and ``roadmap.rst``.
* New release labeled as current in ``rapidsms/docs/releases/index.rst``
* Previous release not labeled as current in ``rapidsms/docs/releases/index.rst``
* Create a ``release-X.X.X`` branch (based off ``master``) in the RapidSMS
`project template repository`_. Make sure to update ``README.rst`` as well.
* Update project template command line in ``intro/install/index.rst`` to point
Expand Down
2 changes: 1 addition & 1 deletion rapidsms/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"Build SMS applications with Python and Django"


__version__ = "2.0.0"
__version__ = "2.1.0"

0 comments on commit 6bca0de

Please sign in to comment.