File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1+ # 1.2.1
2+ - Removed older feature flag parsing.
3+
14# 1.2.0
25- Added user profile service.
36
Original file line number Diff line number Diff line change 1111# See the License for the specific language governing permissions and
1212# limitations under the License.
1313
14- version_info = (1 , 2 , 0 )
14+ version_info = (1 , 2 , 1 )
1515__version__ = '.' .join (str (v ) for v in version_info )
Original file line number Diff line number Diff line change 2626 url = 'https://github.com/optimizely/python-sdk' ,
2727 license = open ('LICENSE' ).read (),
2828 classifiers = [
29- 'Development Status :: 3 - Alpha ' ,
29+ 'Development Status :: 5 - Production/Stable ' ,
3030 'Environment :: Web Environment' ,
3131 'Intended Audience :: Developers' ,
3232 'Operating System :: OS Independent' ,
You can’t perform that action at this time.
0 commit comments