We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25dbca5 commit 4340dbcCopy full SHA for 4340dbc
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 2.0.1
2
+June 19th, 2018
3
+
4
+- Fix: send impression event for Feature Test when Feature is disabled ([#128](https://github.com/optimizely/python-sdk/pull/128)).
5
6
## 2.0.0
7
April 12th, 2018
8
optimizely/version.py
@@ -11,5 +11,5 @@
11
# See the License for the specific language governing permissions and
12
# limitations under the License.
13
14
-version_info = (2, 0, 0)
+version_info = (2, 0, 1)
15
__version__ = '.'.join(str(v) for v in version_info)
0 commit comments