stephenmcd / django-email-extras

PGP encrypted / multipart templated emails for Django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make tag for distinguish installed version

zbohm opened this issue · comments

Hi Stephen,
it would be nice to make tag for distinguish installed version. Latest merge fix compatibility with Django 1.11. But this important change can not be reflected by pip installation! Can you create tag please?

Thanks
Zdeněk

Hi Stephen,
it is possible to add django version to setup.py:

    install_requires=[
        "python-gnupg",
        "django >= 1.8, <= 1.11",
    ],

and make tag 0.3.3 for distinguish installed version?
Thanks
Z.B.