Skip to content

Commit b202a10

Browse files
committed
Update to 0.9.0
1 parent 6c216fb commit b202a10

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

README.rst

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
.. image:: https://travis-ci.org/dominicrodger/django-tinycontent.svg
2-
:target: https://travis-ci.org/dominicrodger/django-tinycontent
3-
4-
.. image:: https://coveralls.io/repos/dominicrodger/django-tinycontent/badge.svg?branch=master&service=github
5-
:target: https://coveralls.io/github/dominicrodger/django-tinycontent?branch=master
1+
*****
2+
WARNING: This code is entirely unsupported, 0.9.0 will be the last
3+
release of django-tinycontent.
4+
*****
65

76
django-tinycontent is a simple Django application for re-usable
87
content blocks, much like django-boxes.

docs/changelog.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Release Notes
22
=============
33

4+
v0.9.0
5+
------
6+
7+
* Update for recent Django versions (thanks to @ataylor32).
8+
49
v0.8.0
510
------
611

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
# built documents.
5050
#
5151
# The short X.Y version.
52-
version = "0.8.0"
52+
version = "0.9.0"
5353
# The full version, including alpha/beta/rc tags.
54-
release = "0.8.0"
54+
release = "0.9.0"
5555

5656
# The language for content autogenerated by Sphinx. Refer to documentation
5757
# for a list of supported languages.

tinycontent/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.8.0"
1+
__version__ = "0.9.0"
22
VERSION = tuple(map(int, __version__.split(".")))

0 commit comments

Comments
 (0)