Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Avanov committed Jan 8, 2014
1 parent c9734df commit 7171b84
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Changelog
================
* 0.1.8

* Added support for the ``request.response`` API.

* 0.1.7

* Added support for the ``api_version`` predicate.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '0.1'
# The full version, including alpha/beta/rc tags.
release = '0.1.7'
release = '0.1.8'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 2 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,8 @@ Varying Attributes of Rendered Responses
`Pyramid Renderers documentation <http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/renderers.html#varying-attributes-of-rendered-responses>`_,
since Rhetoric provides almost the same API.

.. versionadded:: 0.1.8

Before a response constructed by a :term:`renderer` is returned to
:app:`Django`, several attributes of the request are examined which have the
potential to influence response behavior.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def run_tests(self):

setup(
name='Rhetoric',
version='0.1.7',
version='0.1.8',
packages=find_packages(exclude=['tests']),
install_requires=[
'Django>=1.4',
Expand Down

0 comments on commit 7171b84

Please sign in to comment.