We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc7bf6c commit 210e9c6Copy full SHA for 210e9c6
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 2.1.0
2
+July 2nd, 2018
3
+
4
+- Introduced support for bot filtering ([#121](https://github.com/optimizely/python-sdk/pull/121)).
5
+- Overhauled logging to use standard Python logging ([#123](https://github.com/optimizely/python-sdk/pull/123)).
6
7
## 2.0.1
8
June 19th, 2018
9
optimizely/version.py
@@ -11,5 +11,5 @@
11
# See the License for the specific language governing permissions and
12
# limitations under the License.
13
14
-version_info = (2, 0, 1)
+version_info = (2, 1, 0)
15
__version__ = '.'.join(str(v) for v in version_info)
0 commit comments