-
Notifications
You must be signed in to change notification settings - Fork 204
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
Release candidate for BiT v1.4.0 #1533
Conversation
Fixes #1532: AttributeError: can't set attribute 'showHiddenFiles' in app.py#1276
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fantastic! 🎈
Just minor changes.
2nd round:
|
To my knowledge this should happen automatically via the distro package systems. It is the cause with Debian (watch it) and Arch (watch it @AUR) for sure. But you can add "Announce the new release on bit-dev mailing list" to your list. 😃 |
Does someone know if and where we host the Sphinx documentation of our code (not the end user documentation but the doc of the code functions)? It may also need to be pushed in sync with the release then... |
Yes, it is also ReadTheDocs. The projects name is "backintime-dev" (in the URL) or "BackInTime-Dev" (in the web-frontend). In this screenshot only the two first entries are relevant for "bit-team".
This happens automatically. In the current setup the code-docu is build on every commit on "dev" branch. In the bottom right on this screenshot you see that "dev" branch is connected to "latest" (kind of a version name on RTD). |
I have now prepared a new release.
I discovered and fixed one bug too (incl. updating the CHANGES): #1532
Please review my changes so that I can apply forgotten changes or fix other issues.
Next steps then:
dev
branchdev
dev
branch intorelease
(may not be required in the future if the decide to tag-onlybut currently external package maintainer may still watch or use the
release
branch for package updates)dev
branch