Skip to content

Commit

Permalink
Preparing 1.4.0 for release (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
aliabbasrizvi authored Dec 19, 2017
1 parent bd0acf4 commit 8383a1c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.4.0
- Added support for IP anonymization.
- Added support for notification listeners.
- Added support for bucketing ID.
- Updated mmh3 to handle installation failures on Windows 10.

## 1.3.0
- Introduced support for forced bucketing.
- Introduced support for numeric metrics.
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, 3, 0)
version_info = (1, 4, 0)
__version__ = '.'.join(str(v) for v in version_info)

0 comments on commit 8383a1c

Please sign in to comment.