Skip to content

chore :update for 3.6 release #299

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed

Conversation

thomaszurkan-optimizely
Copy link
Contributor

Summary

  • update for 3.6 release with semver, python 3.4 install fix, and datafile accessor.

@coveralls
Copy link

coveralls commented Sep 22, 2020

Coverage Status

Coverage remained the same at 96.304% when pulling dd7f212 on prepare3.6-beta into c78e3de on master.

CHANGELOG.md Outdated
@@ -1,5 +1,15 @@
# Optimizely Python SDK Changelog

## 3.6.0-beta
September 21st, 2020
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will need to be updated.

CHANGELOG.md Outdated
September 21st, 2020

### New Features:
* Version targeting using semantic version syntax [#293](https://github.com/optimizely/python-sdk/pull/293)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit. Period after last word in all of these updates. So after syntax, accessor and pypy.

CHANGELOG.md Outdated

### New Features:
* Version targeting using semantic version syntax [#293](https://github.com/optimizely/python-sdk/pull/293)
* Datafile accessor [#283](https://github.com/optimizely/python-sdk/pull/283)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not very descriptive. May be Datafile accessor API to get datafile corresponding to the instance.

@@ -11,5 +11,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version_info = (3, 5, 2)
version_info = (3, 6, 0)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will have to be (3, 6, '0-beta')

@thomaszurkan-optimizely thomaszurkan-optimizely changed the title feature :update for 3.6 release chore :update for 3.6 release Sep 22, 2020
@@ -1,14 +1,14 @@
# Optimizely Python SDK Changelog

## 3.6.0-beta
September 21st, 2020
September 22st, 2020
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

22nd ... and now 23rd

@aliabbasrizvi
Copy link
Contributor

Closing in favor of: #301

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants