Skip to content

Releases: pycontribs/tendo

v0.4.0

08 Sep 12:15
2bddc91
Compare
Choose a tag to compare

Minor Changes

  • refactor: singleton is now a context manager (#71) @liorp
  • Remove six and require py38 and above (#72) @liorp

Bugfixes

v0.3.0

09 Oct 20:01
6e2581b
Compare
Choose a tag to compare

Minor Changes

Bugfixes

  • Convert readme to markdown (#68) @ssbarnea
  • refactor: use pytest for tests (#57) @liorp
  • Opening in U mode has been deprecated and removed in Python 3.9. (#50) @tirkarthi

0.2.15

23 May 13:43
Compare
Choose a tag to compare

0.2.12

06 Apr 11:52
Compare
Choose a tag to compare
fixed version checking code

0.2.11: build cleanup

04 Apr 11:28
Compare
Choose a tag to compare
- caching
- adop stages
- auto-release on tag
- switched to hacking linting

Packaged with pbr

07 Oct 06:38
Compare
Choose a tag to compare
Packaged with pbr Pre-release
Pre-release

New release that is used pbr based packaging, produces wheels and that prevents CI use.

  • adopted pbr use for packaging
  • builds wheel
  • dropped support for py33
  • added support for py36
  • improving installation