Skip to content

Commit

Permalink
Merge pull request #29 from adamjstewart/releases/v0.4
Browse files Browse the repository at this point in the history
Create 0.4 release
  • Loading branch information
adamjstewart authored Feb 17, 2022
2 parents d503aff + 50b0840 commit 2434970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fiscalyear.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from typing import Iterator, Optional, Union, cast

__author__ = "Adam J. Stewart"
__version__ = "0.3.2"
__version__ = "0.4.0"

# Number of months in each quarter
MONTHS_PER_QUARTER = 12 // 4
Expand Down

0 comments on commit 2434970

Please sign in to comment.