File tree 4 files changed +12
-8
lines changed
4 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 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
+ *****
6
5
7
6
django-tinycontent is a simple Django application for re-usable
8
7
content blocks, much like django-boxes.
Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
=============
3
3
4
+ v0.9.0
5
+ ------
6
+
7
+ * Update for recent Django versions (thanks to @ataylor32).
8
+
4
9
v0.8.0
5
10
------
6
11
Original file line number Diff line number Diff line change 49
49
# built documents.
50
50
#
51
51
# The short X.Y version.
52
- version = "0.8 .0"
52
+ version = "0.9 .0"
53
53
# The full version, including alpha/beta/rc tags.
54
- release = "0.8 .0"
54
+ release = "0.9 .0"
55
55
56
56
# The language for content autogenerated by Sphinx. Refer to documentation
57
57
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
- __version__ = "0.8 .0"
1
+ __version__ = "0.9 .0"
2
2
VERSION = tuple (map (int , __version__ .split ("." )))
You can’t perform that action at this time.
0 commit comments