Skip to content

Commit

Permalink
Preparing for release (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
aliabbasrizvi authored Aug 2, 2017
1 parent 0d54492 commit 9577cab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.2.1
- Removed older feature flag parsing.

# 1.2.0
- Added user profile service.

Expand Down
2 changes: 1 addition & 1 deletion optimizely/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version_info = (1, 2, 0)
version_info = (1, 2, 1)
__version__ = '.'.join(str(v) for v in version_info)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
url='https://github.com/optimizely/python-sdk',
license=open('LICENSE').read(),
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Intended Audience :: Developers',
'Operating System :: OS Independent',
Expand Down

0 comments on commit 9577cab

Please sign in to comment.