wagtail-nest / wagtail-bakery

A set of helpers for baking your Django Wagtail site out as flat files.
MIT License
182 stars 40 forks source link

Does the django-bakery version still need to be be pinned at 0.12.7? #43

Closed stevejalim closed 5 years ago

stevejalim commented 5 years ago

Thanks for this project - it's very handy!

wagtail-bakery currently requires django-bakery==0.12.3, which is now more than a year old.

Is it pinned to that because wagtail-bakery will break on higher versions, please? (Or is it just a very understandable matter of the maintainers being busy? :smile: )

Cheers Steve

loicteixeira commented 5 years ago

Given that Django-Bakery is still in beta (version 0.x), I can understand why the dependency was pinned. However, looking at the changelog, I see no reason not to upgrade to 0.12.7. I would even say to open it a little bit with ~=0.12.7.

Would you mind creating a PR with that change and we can see how the tests play out? I'm aming for a new release of Wagtail-Bakery mid-October.

loicteixeira commented 5 years ago

Fixed in #44