SAP / SAP/gigya-python-sdk

Release v3.5.3 not update in version string

Open
#31 0 comments 1 reaction 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.