This release introduces some changes that my or may not require changes to code depending on how you use steamodd but will not break anything (hence no major release).
- Removed some optf2-specific cruft that made `item.full_name` overwrite the item's normal name if there was a custom name attached and append a craft number if present. These two things are easy to replicate by code using it, but building standard names properly are not.
- Added some minor fixes for compatibility with older python versions
- Catch top level URLError being used by urllib for timeouts(!).
- Tests now also ran against pypy