Skip to content

Commit

Permalink
Merge branch 'master' into mng/feature-parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeproeng37 committed May 31, 2017
2 parents b4de51c + de81f79 commit 8e69760
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.2.0
- Added user profile service.

# 1.1.1
- Updated datafile parsing to be able to handle additional fields.
- Deprecated Classic project support.
Expand Down
2 changes: 1 addition & 1 deletion optimizely/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

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

0 comments on commit 8e69760

Please sign in to comment.