diff options
author | Doug Hellmann <doug.hellmann@dreamhost.com> | 2012-05-10 15:22:41 -0400 |
---|---|---|
committer | Doug Hellmann <doug.hellmann@dreamhost.com> | 2012-05-10 15:22:41 -0400 |
commit | b1c929ad6b1b97885e9f30776edf93db9aeccf88 (patch) | |
tree | 1f5a1e544bcfe415fae0db507c58c617d0b06096 /docs/source | |
parent | 81e322398d41d63729638e9d795c7bf3c523cb6f (diff) | |
download | cliff-b1c929ad6b1b97885e9f30776edf93db9aeccf88.tar.gz |
add version num to history file
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/history.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/history.rst b/docs/source/history.rst index 9e0f770..0459c20 100644 --- a/docs/source/history.rst +++ b/docs/source/history.rst @@ -2,7 +2,7 @@ Release History ================= -dev +0.6 - Pass the non-global argument list to :func:`initialize_app` to be used in initialization work. |