Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@adamjstewart adamjstewart released this 17 Feb 03:15
· 1 commit to main since this release
e483940

FiscalYear 0.4.0 Release Notes

This release contains backwards-incompatible changes, new features, and bug fixes. FiscalYear now requires Python 3.6+. If you need Python 2 support, use the 0.3.2 release.

Backwards-incompatible Changes

  • quarter, prev_quarter, and next_quarter, which were deprecated in FiscalYear 0.3.0, have now been removed, please use fiscal_quarter, prev_fiscal_quarter, and next_fiscal_quarter instead
  • Many classes and functions that used to accept either an int or an int-like string now only accept an int (#28)
  • Python 2 support has been dropped (#26)

New Features

  • FiscalYear now includes type hints for 100% of the library, use mypy to check your code (#28)

Bug Fixes

  • Warnings code does not affect other libraries (#22)
  • All classes are now hashable (#24)

Contributors

This release is thanks to the following contributors: