Skip to content

Commit

Permalink
Release notes/version bump for 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicrodger committed Feb 11, 2020
1 parent 74df8cc commit 02f6769
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions docs/changelog.rst
@@ -1,6 +1,14 @@
Release Notes
=============

v0.8.0
------

* Update for recent Django versions, remove support for older
Django/Python versions. Supported Django versions are now 2.0 to
3.0, supported Python versions are Python 3.6, 3.7 and 3.8 (thanks
@ad-m).

v0.7.1
------

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -49,9 +49,9 @@
# built documents.
#
# The short X.Y version.
version = "0.7.1"
version = "0.8.0"
# The full version, including alpha/beta/rc tags.
release = "0.7.1"
release = "0.8.0"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion tinycontent/__init__.py
@@ -1,2 +1,2 @@
__version__ = '0.7.1'
__version__ = "0.8.0"
VERSION = tuple(map(int, __version__.split(".")))

0 comments on commit 02f6769

Please sign in to comment.