You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: replace verstion extraction via set to use python
The version of roundup was extracted from roundup/__init__.py by sed.
It is used to label the roundup.pot template file.
Replaced the sed setup by importing roundup and printing the
__Version__ variable. This should be less fragile to spacing and other
changes.
0 commit comments