Added changelog to docs, updated manifest
This commit is contained in:
parent
de1847048b
commit
5ca75e9c6d
4 changed files with 12 additions and 0 deletions
|
|
@ -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
7
docs/changelog.rst
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
=========
|
||||
Changelog
|
||||
=========
|
||||
|
||||
Changes in v0.1.1
|
||||
=================
|
||||
- Documents may now use capped collections
|
||||
|
|
@ -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
0
tests/__init__.py
Normal file
Loading…
Add table
Add a link
Reference in a new issue