Closed rtdev-com closed 2 months ago
The latest version is 2.0.0.
The latest version is 2.0.0.
Changelog lists v3.0.0
as the latest:
https://django-payments.readthedocs.io/en/latest/changelog.html
We should probably clarify that this version of the documentation is for the latest master, not the latest release.
Is there a doc that describes the release strategy? I am confused on when and which versions are released. 🤔
The documentation does not provide additional installation methods besides pip install
. Is there a recommended way to pull in the latest commit into a project or is this discouraged?
I install from git using: pip install git+https://github.com/jazzband/django-payments.git
Nice, thank you @hypy13 and @WhyNotHugo.
@rtdev-com I respectfully disagree with closing this as 'completed.' The new version should be made available through PyPI, or at the very least, the documentation should clearly specify version compatibility and provide consistent instructions. The current state is causing confusion.
I encountered this issue while following the Stripe integration documentation: The instructions reference a StripeProviderV3 class, but this class is not present in the latest version available through pip. This inconsistency led to the error "module 'payments.stripe' has no attribute 'StripeProviderV3'."
I request the following:
The documentation website should redirect to the last stable release by default. It currently redirects to the docs for latest main.
I’ll reopen this since that ought to be addressed.
Reopening this issue
The new version should be made available through PyPI, or at the very least, the documentation should clearly specify version compatibility and provide consistent instructions. The current state is causing confusion.
The documentation website should redirect to the last stable release by default. It currently redirects to the docs for latest main.
Hi, any updates on releasing the latest to PYPI? There are some critical bugs in V2 preventing the payment flow, seems to have been corrected in V3
Is the PyPI version going to be updated? Or is there anything I can do to move this forward?
I've tagged a new release, but GitHub isn't running the CI workflow t publish it.
.github/workflows/release.yml
looks correct to me.
Published
v3.0.0
does not exist viapip install
.https://pypi.org/project/django-payments/#history