Merge tag '1.0.4' into develop
1.0.4
This commit is contained in:
4
CHANGES
4
CHANGES
@@ -1,3 +1,7 @@
|
||||
1.0.4
|
||||
==================
|
||||
- Add custom javascript to segment forms
|
||||
|
||||
1.0.3
|
||||
==================
|
||||
- bugfix:exclude variant returns queryset when params is queryset
|
||||
|
@@ -55,10 +55,10 @@ author = 'Lab Digital BV'
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '1.0.3'
|
||||
version = '1.0.4'
|
||||
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '1.0.3'
|
||||
release = '1.0.4'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
@@ -1,5 +1,5 @@
|
||||
[bumpversion]
|
||||
current_version = 1.0.3
|
||||
current_version = 1.0.4
|
||||
commit = true
|
||||
tag = true
|
||||
tag_name = {new_version}
|
||||
|
Reference in New Issue
Block a user