pysat / pysatCDAAC

pysat support for CDAAC instruments
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

Release Candidate v0.0.2 #22

Closed jklenzing closed 3 years ago

jklenzing commented 3 years ago

Release candidate for version 0.0.2:

rstoneback commented 3 years ago

Corrected a warning that I may have created in the switch to the public download option. DeprecationWarning: Non-string usernames will no longer be supported in Requests 3.0.0. Please convert the object you've passed in (None) to a string or bytes object in the near future to avoid problems. is no longer in the test output log.

rstoneback commented 3 years ago

Corrected a warning that I may have created in the switch to the public download option. DeprecationWarning: Non-string usernames will no longer be supported in Requests 3.0.0. Please convert the object you've passed in (None) to a string or bytes object in the near future to avoid problems. is no longer in the test output log.

This was fixed in #18 but I saw the warnings in the log and was compelled.