Version 0.10.5
This commit is contained in:
6
CHANGES
6
CHANGES
@ -1,3 +1,9 @@
|
||||
0.10.5
|
||||
==================
|
||||
- Count how many users match a segments rules before saving the segment
|
||||
- Stores count on the segment and displays in the dashboard
|
||||
- Enables testing users against rules if there isn't an active request
|
||||
|
||||
0.10.0
|
||||
==================
|
||||
- Adds static and dynamic segments
|
||||
|
@ -55,10 +55,10 @@ author = 'Lab Digital BV'
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '0.10.4'
|
||||
version = '0.10.5'
|
||||
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.10.4'
|
||||
release = '0.10.5'
|
||||
|
||||
# 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.4
|
||||
current_version = 0.10.5
|
||||
commit = true
|
||||
tag = true
|
||||
tag_name = {new_version}
|
||||
|
Reference in New Issue
Block a user