django-bs

Bootstrap integration for django using widget templates
git clone https://git.ce9e.org/django-bs.git

commit
ba7c99dc0dc194ef2ebcfe5b1c1c482de959709f
parent
6b7250cfbaeabcc38d849adf1ff12a53b79f3fdb
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2021-06-08 07:57
bump version to 4.0.0

Diffstat

M CHANGES.md 10 ++++++++++
M setup.py 2 +-

2 files changed, 11 insertions, 1 deletions


diff --git a/CHANGES.md b/CHANGES.md

@@ -1,3 +1,13 @@
   -1     1 4.0.0 (unreleased)
   -1     2 ------------------
   -1     3 
   -1     4 -	use underscore in app name
   -1     5 -	help text and error inside form-check
   -1     6 -	use fieldsets where appropriate (django #32338)
   -1     7 -	change versioning to align with bootstrap
   -1     8 -	change package name to "django-bs" and tag library name to "bootstrap".
   -1     9 
   -1    10 
    1    11 0.0.4 (2021-01-25)
    2    12 ------------------
    3    13 

diff --git a/setup.py b/setup.py

@@ -9,7 +9,7 @@ setup(
    9     9     url='https://github.com/xi/django-bs',
   10    10     author='Tobias Bengfort',
   11    11     author_email='tobias.bengfort@posteo.de',
   12    -1     version='0.0.4',
   -1    12     version='4.0.0',
   13    13     license='MIT',
   14    14     packages=find_packages(),
   15    15     include_package_data=True,