question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Version tag is out of date

See original GitHub issue

In the 0.2.0 release I neglected to change the __version__ tag at the top of the file from 0.1.2 to 0.2.0. Making a note of this here, for anyone that uses that tag when reporting an issue. If/when I release a 0.2.1 I will fix this, but it’s too minor an issue to increment the version history for!

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
QuLogiccommented, Jul 16, 2018

It’s useful for more than just that. You can’t really go back from tarball to git without the tag without a bit of sleuthing (e.g., the version wasn’t right this time, so you can’t necessarily rely on that). The PyPI tarball doesn’t contain tests, so if I want to run tests when making a package, I need to pull the tagged version from GitHub. Also, if any patches are needed downstream, the tag makes this simple to do.

0reactions
ResidentMariocommented, Dec 16, 2018

I’ve created the tag now, thanks for the spot.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Tags in this repo are not up to date · Issue #783 - GitHub
The tags in this repo do not seem to correspond to the published version of the spec. For example, the published version of...
Read more >
Change date of git tag (or GitHub Release based on it)
It seems that in new versions of git (tested on 2.33.0), when you git tag , the new tag's date will be set...
Read more >
A Tutorial for Tagging Releases in Git - DEV Community ‍ ‍
Tags are a simple aspect of Git, they allow you to identify specific release versions of your code. You can think of a...
Read more >
Git - Tagging - Git SCM
Checking out Tags. If you want to view the versions of files a tag is pointing to, you can do a git checkout...
Read more >
maintenance - using git, bringing old tagged releases up to date
Tag the head commit of that branch, and maintain as needed, deprecating maintenance for older versions. git rebase to rewrite history and bring ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found