Changelog
### 1.0.32
```
* List items `[*]` only render inside of `[list]` tags, to avoid producing invalid HTML
* Switched to use `from __future__ import unicode_literals` so things like `url_template` can handle unicode replacements
* Test on Python 3.7
```
Links
- PyPI: https://pypi.org/project/bbcode
- Changelog: https://pyup.io/changelogs/bbcode/
- Repo: https://github.com/dcwatson/bbcode
- Docs: https://pythonhosted.org/bbcode/
This PR updates bbcode from 1.0.28 to 1.0.32.
Changelog
### 1.0.32 ``` * List items `[*]` only render inside of `[list]` tags, to avoid producing invalid HTML * Switched to use `from __future__ import unicode_literals` so things like `url_template` can handle unicode replacements * Test on Python 3.7 ```Links
- PyPI: https://pypi.org/project/bbcode - Changelog: https://pyup.io/changelogs/bbcode/ - Repo: https://github.com/dcwatson/bbcode - Docs: https://pythonhosted.org/bbcode/