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 5f05c9b commit c0ccc97Copy full SHA for c0ccc97
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 1.1.1
2
+- Updated datafile parsing to be able to handle additional fields.
3
+- Deprecated Classic project support.
4
+
5
# 1.1.0
6
- Included datafile revision information in log events.
7
- Added event tags to track API to allow users to pass in event metadata.
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 = (1, 1, 0)
+version_info = (1, 1, 1)
15
__version__ = '.'.join(str(v) for v in version_info)
0 commit comments