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
+
1
4
# 1.2.0
2
5
- Added user profile service.
3
6
Original file line number Diff line number Diff line change 11
11
# See the License for the specific language governing permissions and
12
12
# limitations under the License.
13
13
14
- version_info = (1 , 2 , 0 )
14
+ version_info = (1 , 2 , 1 )
15
15
__version__ = '.' .join (str (v ) for v in version_info )
Original file line number Diff line number Diff line change 26
26
url = 'https://github.com/optimizely/python-sdk' ,
27
27
license = open ('LICENSE' ).read (),
28
28
classifiers = [
29
- 'Development Status :: 3 - Alpha ' ,
29
+ 'Development Status :: 5 - Production/Stable ' ,
30
30
'Environment :: Web Environment' ,
31
31
'Intended Audience :: Developers' ,
32
32
'Operating System :: OS Independent' ,
You can’t perform that action at this time.
0 commit comments