Skip to content

Commit

Permalink
Release v0.9.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep committed Dec 15, 2021
1 parent abca906 commit 47155fb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
Changelog
#########

next
====
0.9.1 (December 15, 2021)
=========================

* Support Python 3.10. (`#33 <https://github.com/clokep/django-render-block/pull/33>`_)
* Fixed a packaging issue where the generated wheels were empty. Contributed
by `@cordery <https://github.com/cordery>`_. (`#35 <https://github.com/clokep/django-render-block/pull/35>`_)

0.9 (December 14, 2021)
=======================
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Requirements
============

Django Render Block supports Django 2.2, 3.1, 3.2, and 4.0 on Python 3.6, 3.7,
3.8, and 3.9 (see the Django documentation for which versions of Python are
3.8, 3.9, and 3.10 (see the Django documentation for which versions of Python are
supported by particular Django versions).

Examples
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = django-render-block
version = 0.10dev
version = 0.9.1
description = Render a particular block from a template to a string.
long_description = file: README.rst, CHANGELOG.rst
long_description_content_type = text/x-rst
Expand All @@ -25,6 +25,7 @@ classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
License :: OSI Approved :: ISC License (ISCL)

[options]
Expand Down

0 comments on commit 47155fb

Please sign in to comment.