diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2013-09-24 15:08:12 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2013-09-24 15:08:12 -0400 |
| commit | 4401620111bee0a7319bf1cb4bd0852f7c854bf6 (patch) | |
| tree | e3c3b34f4cc5f4c813cce756151e9d7d2bc4cef8 | |
| parent | b8a88351518ada5d3da4629143e2c98d3a406d5a (diff) | |
| download | python-requests-2.0.0.tar.gz | |
add history to the docsv2.0.0
| -rw-r--r-- | HISTORY.rst | 4 | ||||
| -rw-r--r-- | docs/community/updates.rst | 15 |
2 files changed, 15 insertions, 4 deletions
diff --git a/HISTORY.rst b/HISTORY.rst index 0a0f647b..326cea7c 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,7 +1,7 @@ .. :changelog: -History -------- +Release History +--------------- 2.0.0 (2013-09-24) ++++++++++++++++++ diff --git a/docs/community/updates.rst b/docs/community/updates.rst index fe2f9bf2..65e8c093 100644 --- a/docs/community/updates.rst +++ b/docs/community/updates.rst @@ -1,11 +1,15 @@ .. _updates: -Updates -======= + + + +Community Updates +================= If you'd like to stay up to date on the community and development of Requests, there are several options: + GitHub ------ @@ -28,3 +32,10 @@ mailing list, send an email to `requests@librelist.org <mailto:requests@librelist.org>`_. + + +Software Updates +================ + +.. include:: ../../HISTORY.rst + |
