ASKBOT / askbot-devel

Askbot is a Django/Python Q&A forum. **Contributors README**: https://github.com/ASKBOT/askbot-devel#how-to-contribute. Commercial hosting of Askbot and support are available at https://askbot.com
Other
1.56k stars 627 forks source link

Publish release 0.11.3 #912

Closed brunobastosg closed 1 year ago

brunobastosg commented 1 year ago

Hi, is it possible to publish a new release on pypi with the latest fixes from the master branch?

evgenyfadeev commented 1 year ago

Hopefully in a week, some work is still unfinished.

EvanCarroll commented 1 year ago

The login stuff needs a bit of work yet. The new theme though looks beautiful @evgenyfadeev. Really looking forward to it. You thinking 0.11.3? Or is this 12.x?

frafra commented 1 year ago

It would be nice to use git tags too. The status of the project is a bit confusing for new users.

CarliJoy commented 1 year ago

It would be nice to use git tags too. The status of the project is a bit confusing for new users.

I can just agree. @evgenyfadeev I could invest some time to add CI/CD for automated unit test, building and uploading the documentation, inlcuding auto release triggered by tags. But I won't invest the time if this change is not wanted/welcomed -> also I would need a lot of communication with you, as a number of things can only be done by the maintainer.

CarliJoy commented 1 year ago

It would be nice to use git tags too. The status of the project is a bit confusing for new users.

I can just agree. @evgenyfadeev I could invest some time to add CI/CD for automated unit test, building and uploading the documentation, inlcuding auto release triggered by tags. But I won't invest the time if this change is not wanted/welcomed -> also I would need a lot of communication with you, as a number of things can only be done by the maintainer.

Ok I figured out that you are using travis but didn't connect it correctly with github in order to see the CI results. Also tests failed for me because of missing or wrong dependencies...

mschnepf commented 1 year ago

Is there a release date for 0.11.3? It would be nice to have a version on PyPI which runs with python3.10

evgenyfadeev commented 1 year ago

It will take ~2 more weeks to make a release. Finishing the moderation queue feature, which is currently not working in the master branch.

jschrewe commented 1 year ago

May I ask how the release is going? We'd like to use Askbot for a pretty large project and for various dependency reasons it would be great to be able to use Django 3.2

If it helps we could help with testing or development a bit.

evgenyfadeev commented 1 year ago

It's ready in the master branch, just need to publish it.

On Tue, Jan 31, 2023 at 8:03 AM Jan Schrewe @.***> wrote:

May I ask how the release is going? We'd like to use Askbot for a pretty large project and for various dependency reasons it would be great to be able to use Django 3.2

If it helps we could help with testing or development a bit.

— Reply to this email directly, view it on GitHub https://github.com/ASKBOT/askbot-devel/issues/912#issuecomment-1410158152, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAY5AWQXXQYEJJKSZMJTBLWVDWONANCNFSM54SR5A6Q . You are receiving this because you were mentioned.Message ID: @.***>

-- Askbot Valparaiso, Chile skype: evgeny-fadeev

jschrewe commented 1 year ago

Oh cool! Thanks. Github is enough for me...

brunobastosg commented 1 year ago

Hey, since the release is ready on the master branch, could it be published on pypi?