Skip to content

Commit fe03818

Browse files
committed
Bump back to dev
1 parent bed035c commit fe03818

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Changelog
99
Improvements
1010
------------
1111

12-
* Add a new ``render_block`` function which returns a `HttpResponse` with the content
12+
* Add a new ``render_block`` function which returns a ``HttpResponse`` with the content
1313
set to the result of calling ``render_block_to_string()``. Contributed by
1414
`@gogognome <https://github.com/gogognome>`_. (`#60 <https://github.com/clokep/django-render-block/pull/60>`_)
1515

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = django-render-block
3-
version = 0.11
3+
version = 0.12a1
44
description = Render a particular block from a template to a string.
55
long_description = file: README.rst, CHANGELOG.rst
66
long_description_content_type = text/x-rst

0 commit comments

Comments
 (0)