Skip to content

Tag releases #56

@AndreMiras

Description

@AndreMiras

There are a couple of release that were made silently. These releases need to be tagged on git so people can easily reference to it when installing the package.
You can tag on a previous commit, e.g.:

git tag -a 0.7.0 1901a47 -m "0.7.0"
git tag -a 0.8.0 3c68b57 -m "0.8.0"
git push --tags

That way people can just:

pip install https://github.com/corpetty/py-etherscan-api/archive/0.8.0.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions