Project

Profile

Help

Story #7624

Updated by ttereshc over 3 years ago

~~~ 
 <alikins> in the plugin api, is there an equilivent to `from pulpcore import __version__ as pulp_version`    to get the pulpcore version? 
 <alikins> idealy without invoking 'packaging' or 'distsetutools' etc 
 * x9c4 has quit (Quit: Leaving) 
 <dkliban> alikins: https://github.com/pulp/pulpcore/blob/master/pulpcore/__init__.py#L1 
 <dkliban> like that? 
 <dkliban> it's not part of the plugin api though 
 ~~~ 

 NOTE: It likely affects the release automation, make sure to update that.

Back