jasondcamp / pyway

A Flyway like migration manager written in python.
GNU General Public License v3.0
21 stars 12 forks source link

Remove the obligatory 2 numbers for the minor versions #41

Closed BVIAtol closed 5 months ago

BVIAtol commented 7 months ago

I'm trying to integrate pyway in an existing project that previously used Flyway.

The sql patchs of this project follows the pattern needed for pyway for the most part except for the minor version: they start at 1 (without a 0 in front) and may exeed 99.

I see here that this minor version is strictly limited to 2 numbers.

Would it be possible to remove this limitation please?

jasondcamp commented 5 months ago

Tagged for version 0.3.22

jasondcamp commented 5 months ago

Upped to 0.3.23 - found a small bug on this one in 0.3.22, but it should be fixed in 0.3.23 and released.