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 a6cd22c commit de81f79Copy full SHA for de81f79
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# 1.2.0
2
+- Added user profile service.
3
+
4
# 1.1.1
5
- Updated datafile parsing to be able to handle additional fields.
6
- Deprecated Classic project support.
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, 1)
+version_info = (1, 2, 0)
15
__version__ = '.'.join(str(v) for v in version_info)
0 commit comments