Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upBetter version identifier #333
Closed
Comments
|
I'll take a look at this tomorrow at work. Thanks for the note In general our master branch is the next version, in this case 0.14. I'll check if the pip listing understands something like nightly or a revision id. |
|
+1 on this - now that I've added a version banner I'm reminded of this every time I open bpython. |
|
As said on IRC, we could use |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, if you install the GitHub version of bpython, the version is identified as
mercurial. This has two downsides. The first obvious, but the second is it makespip list --outdatedact a bit strange. It will always show the same thing no matter how up to date your GitHub version is:It would be nice if bpython used a versioning scheme compatible with
distutils.version.StrictVersion(like0.14a0assuming that is what themasterbranch represents):