jeffreydwalter / arlo

Python module for interacting with Netgear's Arlo camera system.
Apache License 2.0
518 stars 123 forks source link

Question - New Version Release #129

Closed robweber closed 5 years ago

robweber commented 5 years ago

Just wondering what your procedure is for when to release a new version? I've been looking to use the additions made in PR #126 but the version of the Arlo module available still doesn't include it. From what I can see here version 1.2.23 was release in May of 2019. I can use the master Git repo for testing but would really like to depend on an actual release version for releasing any code into the wild.

Is this something you do on a regular basis or just when you think there have been enough changes/additions? Thanks.

jeffreydwalter commented 5 years ago

Hey @robweber the general procedure is for me to push a new release to pypi, then create the release here in github. I generally make a new release anytime there are changes to the code that fix an issue, but I guess I neglected to do that for the last pull request. I just did it now, so pypi should have the latest code.

Thanks!