Skip to content

Commit

Permalink
Release v0.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep committed Oct 6, 2020
1 parent c354de9 commit b437265
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Changelog
#########

next (xxx xx, xxxx)
===================
0.8 (October 6, 2020)
=====================

* ``render_block_to_string`` now forwards the ``Context`` passed as ``context`` parameter.
(`#21 <https://github.com/clokep/django-render-block/pull/21>`_, by @bblanchon)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def long_description():
setup(
name='django-render-block',
packages=find_packages(),
version='0.8pre',
version='0.8',
description='Render a particular block from a template to a string.',
long_description=long_description(),
long_description_content_type='text/x-rst',
Expand Down

0 comments on commit b437265

Please sign in to comment.