Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 468 Bytes

File metadata and controls

33 lines (18 loc) · 468 Bytes
  • 0.4.1
    • Fix basestring isssue for Py3K
  • 0.4.0
    • def_delegators now accepts string form for 2nd argument. Just like collections.namedtuple does.
  • 0.3.1
    • Various minor fixes in README.rst
  • 0.3.0
    • Support attr plucking.
  • 0.2.1
    • Update changelog for 0.2.0 (duh)
  • 0.2.0
    • Support set/delattr
    • Docstrings for the module and its functions
  • 0.1.1
    • Include LICENSE and friends as package data
  • 0.1.0
    • Initial release