From 5ca75e9c6d07e6802936fb3780284f46a3b49562 Mon Sep 17 00:00:00 2001 From: Harry Marr Date: Mon, 4 Jan 2010 16:10:42 +0000 Subject: [PATCH] Added changelog to docs, updated manifest --- MANIFEST.in | 4 ++++ docs/changelog.rst | 7 +++++++ docs/index.rst | 1 + tests/__init__.py | 0 4 files changed, 12 insertions(+) create mode 100644 docs/changelog.rst create mode 100644 tests/__init__.py diff --git a/MANIFEST.in b/MANIFEST.in index a5021c60..1592c66c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,6 @@ include README.rst include LICENSE +recursive-include docs * +prune docs/_build/* +recursive-include tests * +recursive-exclude * *.pyc *.swp diff --git a/docs/changelog.rst b/docs/changelog.rst new file mode 100644 index 00000000..9a89ec17 --- /dev/null +++ b/docs/changelog.rst @@ -0,0 +1,7 @@ +========= +Changelog +========= + +Changes in v0.1.1 +================= +- Documents may now use capped collections diff --git a/docs/index.rst b/docs/index.rst index 6db8cf38..5a04de7a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -16,6 +16,7 @@ The source is available on `GitHub `_. tutorial userguide apireference + changelog Indices and tables ================== diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 00000000..e69de29b