Skip to content

Commit

Permalink
Updating version for 2.1.1 release (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
aliabbasrizvi committed Aug 21, 2018
1 parent a85e7ba commit 90e172d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.1.1
August 21st, 2018

- Fix: record conversions for all experiments using an event when using track([#136](https://github.com/optimizely/python-sdk/pull/136)).

## 2.1.0
July 2nd, 2018

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 = (2, 1, 0)
version_info = (2, 1, 1)
__version__ = '.'.join(str(v) for v in version_info)

0 comments on commit 90e172d

Please sign in to comment.