-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Development version is lower than released version #123
Comments
Hi Juan. Stem 1.8.0 is the latest release and I don't have any plans on making future ones. That said, if Stem development resumes I'd be happy to adjust how we tag between releases. |
Hi, the problem with the current dev version is that it has jumped backwards. Maybe using something like If this isn't fixed, I'll need to patch the version number downstream. |
Well, it turns out that I'm patching the version to |
@atagar what about fliush alredy commited changes as new release? 🤔 |
Stem's master branch is far from a stable state for a release. At the very least #77 would need to be addressed. |
In stem/init.py it says
The latest version shipping with gentoo and debian is 1.8.2 Please bump this ASAP to at least 1.8.3 so that we can make use of the git repo. |
Again, you seem to be referencing the master branch. Do NOT package that for Gentoo. If the version has a '-dev' suffix then you're using the wrong thing. ;) |
Ooops - nice to know. Could you put a note on this in the README? I thought master on github was expected to be the current branch unless noted in the README. There are a lot of differennces on maint so now the maint->gitlab differences are a big divergence. |
I've published latest git commit in Fedora rawhide to pick the fixes related to Python 3.11, however I've discovered that the development version
1.8.0-dev
is considered lower than1.8.0
, causing dependency problems on other packages that require stem >= 1.8.0, see the Fedora bug: https://bugzilla.redhat.com/show_bug.cgi?id=2101749The version was changed in commit 4fd458d
The development releases are ordered before the final release, see:
https://peps.python.org/pep-0440/#developmental-releases
Please, consider updating the version to
1.8.1-dev
or similar.Thank you.
The text was updated successfully, but these errors were encountered: