How to resolve version conflict for pycodestyle?

Hi, I'm currently working on a new release 2.x wich will bring the new subcommands to add structures like a new Dexterity Type inside a package.

https://github.com/plone/bobtemplates.plone/tree/MrTango_subcommands

My plan is to also refacture the theming part to be a subcommand too, rather then a full package.
That will make the templates even more modular and flexible. Then we only need one package template to create a basic plone package and add needed stuff like, Content Types or a theme later to it. And this allows us to even combine theme as we need it. To finish this I still need a bit more time.
As this changes a lot how we work with the templates, I would describe this as 2.x.

We have already changed the current structure in master, to have separated theme and python packages. They are working, but as I mentioned above will refactored more in the next weeks. If it really needed to have a 1.0.6 release now, we could create a branch from the 1.0.5 tag and just fix the version pinning.

1 Like