Changelog¶
Next 2.x feature release
[Support]: Fixed up some project metadata.
3.0.0 2025-08-03
[Support]: Modernized project metadata re: Python interpreters, development dependencies, etc.
[Support]: Dropped support for Python <3.9
2.0.1 2021-09-10
[Support]: Fixed up some project metadata.
2.0.0 2021-09-10
[Support]: Changed README to ReStructured Text (from Markdown)
[Support]: Moved changelog to stub Sphinx project for Releases plugin
[Support]: Migrated tests to pytest(-relaxed)
[Support]: Migrated CI to CircleCI (from Travis)
[Support]: Added a
_versionsubmodule and imported its dunder-attributes into the top level module[Support]: Dropped support for Python <3.6
1.0.0 2016-02-17
[Feature] #9: Updated
AttributeDict(and by extension,Lexicon) so it displays keys in the output ofdir()(since they’re also attributes). Thanks to Hugo Oliveira for the initial patch.[Support]: Bumped to 1.0 because clearly this software is pretty stable!
0.2.0 2013-03-07
[Bug] #8: Python 3 fixes, thanks to Donald Stufft.
0.1.2 2012-07-10
[Feature]: Added
AliasDict.aliases_of(realkey)for reverse lookup of what, if any, aliases a given real key has.