Version 0.10.7
This commit is contained in:
6
CHANGES
6
CHANGES
@ -1,3 +1,9 @@
|
||||
0.10.7
|
||||
==================
|
||||
- Bug Fix: Ensure static segment members are show the survey immediately
|
||||
- Records users excluded by randomisation on the segment
|
||||
- Don't re-check excluded users
|
||||
|
||||
0.10.6
|
||||
==================
|
||||
- Accepts and stores randomisation percentage for segment
|
||||
|
@ -55,10 +55,10 @@ author = 'Lab Digital BV'
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '0.10.6'
|
||||
version = '0.10.7'
|
||||
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.10.6'
|
||||
release = '0.10.7'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
@ -1,5 +1,5 @@
|
||||
[bumpversion]
|
||||
current_version = 0.10.6
|
||||
current_version = 0.10.7
|
||||
commit = true
|
||||
tag = true
|
||||
tag_name = {new_version}
|
||||
|
Reference in New Issue
Block a user