Skip to content

Version not match when installing by github url #616

Description

@waketzheng

Describe the bug

When installing by pip install "docxtpl @git+https://github.com/elapouya/python-docx-template", it got docxtpl==0.17.0
While install by pypi.org got 0.20.1

To Reproduce

python3.12 -m venv venv
source venv/bin/activate
pip install "docxtpl @git+https://github.com/elapouya/python-docx-template"
pip list|grep docxtpl
# docxtpl                       0.17.0
pip install -U docxtpl
pip list|grep docxtpl
# docxtpl                       0.20.1

Expected behavior

Install by github url get the same version in docxtpl/__init__.py

Screenshots

If applicable, add screenshots to help explain your problem.

Additional context

Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions