salesforce-marketingcloud / FuelSDK-Python

FuelSDK for python
Other
127 stars 193 forks source link

0.9.4 release onto PyPi + tag 0.9.3 #68

Open therefromhere opened 8 years ago

therefromhere commented 8 years ago

GitHub and PyPi seem to be out of sync.

0.9.3 is the only version on PyPi, but isn't tagged on github. 0.9.4 is the most recent tagged release on GitHub, but hasn't been pushed to PyPi.

Can this be resolved?

amagar088 commented 8 years ago

@therefromhere ,this will be this can be taken care shortly

spencersiu-wri commented 7 years ago

PyPi still has 0.9.3 only and setup.py has:

install_requires=[
    'pyjwt==0.1.9',
    'requests==2.2.1',
    'suds==0.4',
]

Just wondering when the 'requests>=2.2.1' and 'pyjwt>=0.1.9' changes will be there...

chetmancini commented 7 years ago

👍 I need access to some of the objects recently added like ET_Send. I can copy source down directly in meantime but would be awesome to have up on PyPi for cleaner dependencies.

therefromhere commented 7 years ago

@amagar088 , any progress on this?

wpercy commented 7 years ago

@amagar088 can we get an update on this?

johnjiang commented 6 years ago

1.0.1 has been released, can close this

therefromhere commented 6 years ago

1.0.1 hasn't been tagged, can that be done before this is closed?