Skip to content

Commit

Permalink
chore(release): 1.0.0-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
## 1.0.0-alpha.1 (2023-01-28)

### Bug Fixes

* Fix format issues that only exist with newer version of black ([3ba4d27](3ba4d27))
* Fix lint issues ([ba7acf7](ba7acf7))
* Switch from fbprophet to prophet to fix installation issues ([d99457a](d99457a))
  • Loading branch information
semantic-release-bot committed Jan 28, 2023
1 parent 9ff8ca3 commit 87ac3b2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.0.0-alpha.1 (2023-01-28)


### Bug Fixes

* Fix format issues that only exist with newer version of black ([3ba4d27](https://github.com/nickderobertis/py-finstmt/commit/3ba4d272b3d31aff5bb107441b390cc2610e38ff))
* Fix lint issues ([ba7acf7](https://github.com/nickderobertis/py-finstmt/commit/ba7acf7139e500815e51f0e380b3723462d6f9be))
* Switch from fbprophet to prophet to fix installation issues ([d99457a](https://github.com/nickderobertis/py-finstmt/commit/d99457a386f4d67405c0c887f5318bf9e49a2cdf))
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__ = "0.3.2"
__version__ = "1.0.0-alpha.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 = "0.3.2"
version = "1.0.0-alpha.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 87ac3b2

Please sign in to comment.