Skip to content

Commit c0ccc97

Browse files
Bumping version for release (#45)
1 parent 5f05c9b commit c0ccc97

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.1.1
2+
- Updated datafile parsing to be able to handle additional fields.
3+
- Deprecated Classic project support.
4+
15
# 1.1.0
26
- Included datafile revision information in log events.
37
- Added event tags to track API to allow users to pass in event metadata.

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

0 commit comments

Comments
 (0)