koalalorenzo / python-digitalocean

🐍🐳 Python module to manage Digital Ocean droplets
GNU Lesser General Public License v3.0
1.26k stars 301 forks source link

Add projects feature into master #319

Closed scy closed 4 years ago

scy commented 4 years ago

As described in #318, support for DigitalOcean’s “projects” feature has been merged into the develop branch only, not into master, and is thus not yet released. The only thing develop contains that master doesn’t is the projects code.

However, master has since progressed about 100 commits further, and there are merge conflicts now. Directly merging the old develop branch into master is thus not possible.

That’s why I’ve updated develop from master (i.e. merged master into develop), fixed the conflicts, and did some small documentation and whitespace fixes to the projects code.

Merging this PR into master will finally make the projects feature available. Also, your develop branch could then be deleted, if you’re not using it for anything else.

Let me know if you’d like anything changed.

koalalorenzo commented 4 years ago

LGTM