Added changelog to docs, updated manifest

This commit is contained in:
Harry Marr 2010-01-04 16:10:42 +00:00
parent de1847048b
commit 5ca75e9c6d
4 changed files with 12 additions and 0 deletions

View File

@ -1,2 +1,6 @@
include README.rst
include LICENSE
recursive-include docs *
prune docs/_build/*
recursive-include tests *
recursive-exclude * *.pyc *.swp

7
docs/changelog.rst Normal file
View File

@ -0,0 +1,7 @@
=========
Changelog
=========
Changes in v0.1.1
=================
- Documents may now use capped collections

View File

@ -16,6 +16,7 @@ The source is available on `GitHub <http://github.com/hmarr/mongoengine>`_.
tutorial
userguide
apireference
changelog
Indices and tables
==================

0
tests/__init__.py Normal file
View File