I want to know what version of alembic I have installed (the library itself, not which migration revision is current).
I tried the obvious things like alembic --version
, and could not find a combination that worked. I don't see anything relevant from the alembic --help
command. Googling also failed me.