mirror of
https://github.com/django-components/django-components.git
synced 2025-07-07 17:34:59 +00:00
Make a big version jump to signify big change.
This commit is contained in:
parent
94110b5e91
commit
c932f28cb4
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ Read on to learn about the details!
|
|||
|
||||
## Release notes
|
||||
|
||||
<span style="color: red; font-weight: bold">**Version 0.36** CHANGES THE SYNTAX</span> for components. `component_block` is now `component`, and `component` blocks need an ending `endcomponent` tag. The new `python manage.py upgradecomponent` command can be used to upgrade a directory (use --path argument to point to each dir) of components to the new syntax automatically.
|
||||
<span style="color: red; font-weight: bold">**Version 0.5** CHANGES THE SYNTAX</span> for components. `component_block` is now `component`, and `component` blocks need an ending `endcomponent` tag. The new `python manage.py upgradecomponent` command can be used to upgrade a directory (use --path argument to point to each dir) of components to the new syntax automatically.
|
||||
|
||||
This change is done to simplify the API in anticipation of a 1.0 release of django_components. After 1.0 we intend to be stricter with big changes like this in point releases.
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -3,7 +3,7 @@ import os
|
|||
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
VERSION = "0.35"
|
||||
VERSION = "0.50"
|
||||
|
||||
setup(
|
||||
name="django_components",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue