* Second release candidate - probably will become next PyPI release
* main now development branch, release will be release branch
* decided to drop it back to Alpha
* making datastructures a Beta release was premature
* classifier "Development Status :: 3 - Alpha"
* will cut next PyPI release with Flit from release branch
* will need to regenerate docs on release & move to main
* things to add in main before next release
* will not make Maybe Nothing a singleton
* last touched CLArray refactor
* improve CLArray test coverage
* Things for future PYPI releases
* inherit FTuple from Tuple (use __new__) for performance boost
* hold off using __slots__ until I understand them better