Skip to content

Commit de81f79

Browse files
Bumping version to 1.2.0 (#56)
1 parent a6cd22c commit de81f79

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 1.2.0
2+
- Added user profile service.
3+
14
# 1.1.1
25
- Updated datafile parsing to be able to handle additional fields.
36
- Deprecated Classic project support.

optimizely/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
1313

14-
version_info = (1, 1, 1)
14+
version_info = (1, 2, 0)
1515
__version__ = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)