-
Notifications
You must be signed in to change notification settings - Fork 36
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
Conversation
CHANGELOG.md
Outdated
@@ -1,5 +1,15 @@ | |||
# Optimizely Python SDK Changelog | |||
|
|||
## 3.6.0-beta | |||
September 21st, 2020 |
There was a problem hiding this comment.
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) |
There was a problem hiding this comment.
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) |
There was a problem hiding this comment.
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.
optimizely/version.py
Outdated
@@ -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) |
There was a problem hiding this comment.
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')
@@ -1,14 +1,14 @@ | |||
# Optimizely Python SDK Changelog | |||
|
|||
## 3.6.0-beta | |||
September 21st, 2020 | |||
September 22st, 2020 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
22nd ... and now 23rd
Closing in favor of: #301 |
Summary