Skip to content

Commit 9577cab

Browse files
Preparing for release (#66)
1 parent 0d54492 commit 9577cab

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 1.2.1
2+
- Removed older feature flag parsing.
3+
14
# 1.2.0
25
- Added user profile service.
36

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
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',

0 commit comments

Comments
 (0)