Release v3.5.3 not update in version string
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 8
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
The release version for v3.5.3 was not incremented in the code, resulting in release version 3.5.3 still reading as "3.5.2".
VERSION = "3.5.2"
This should be corrected, especially as a recent update to the notifications for upcoming changes to Gigya note specifically that the Python SDK will be required to be v3.5.3 or higher: https://help.sap.com/whats-new/a487073f4f1e4777bbeff157b09f86d9?locale=en-US
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Search the repository for the VERSION declaration shown in the issue and inspect how the SDK exposes its release version. Update the stale value to 3.5.3, then verify that the package reports 3.5.3 rather than 3.5.2.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- release
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100