Skip to content

Commit

Permalink
chore(release): 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.1](v1.0.0...v1.0.1) (2023-01-29)

### Bug Fixes

* Add same config_managers fix in statements ([07c0fb3](07c0fb3))
  • Loading branch information
semantic-release-bot committed Jan 29, 2023
1 parent dfdbe0b commit c829c4a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1](https://github.com/nickderobertis/py-finstmt/compare/v1.0.0...v1.0.1) (2023-01-29)


### Bug Fixes

* Add same config_managers fix in statements ([07c0fb3](https://github.com/nickderobertis/py-finstmt/commit/07c0fb3956d98b5938bde1b0eefdb6a2ff16b22a))

## 1.0.0 (2023-01-28)


Expand Down
2 changes: 1 addition & 1 deletion finstmt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Work with financial statement data in Python. Can calculate free cash flows and help project
financial statements, automatically balancing the balance sheet.
"""
__version__ = "1.0.0"
__version__ = "1.0.1"
from finstmt.bs.main import BalanceSheets
from finstmt.combined.statements import FinancialStatements
from finstmt.config_manage.global_ import CONFIG
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "finstmt"
version = "1.0.0"
version = "1.0.1"
description = "Contains classes to work with financial statement data. Can calculate free cash flows and help project financial statements."
authors = ["Nick DeRobertis <whoopnip@gmail.com>"]
readme = "README.md"
Expand Down

0 comments on commit c829c4a

Please sign in to comment.