Skip to content

Commit

Permalink
chore(release): auto bump version to 1.2.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Mar 17, 2023
1 parent 86036e2 commit cf96e13
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

<!--next-version-placeholder-->

## v1.2.0 (2023-03-17)
### Feature
* **fetch:** Can now cache data locally, defaults to 1h ([#36](https://github.com/MadeInPierre/finalynx/issues/36)) ([`86036e2`](https://github.com/MadeInPierre/finalynx/commit/86036e2002a28653ceaba6798815ac641c24aef3))

### Documentation
* Remove documentation warning ([`5185495`](https://github.com/MadeInPierre/finalynx/commit/51854955e77c28c3b2c67d5dbed7e15979cd101d))
* Write full documentation ([#32](https://github.com/MadeInPierre/finalynx/issues/32)) ([`835262c`](https://github.com/MadeInPierre/finalynx/commit/835262cac2b44fd6a72be653f2da26ad9f04a882))
* Autobuild documentation and upload to Read The Docs ([#29](https://github.com/MadeInPierre/finalynx/issues/29)) ([`9c2d2d4`](https://github.com/MadeInPierre/finalynx/commit/9c2d2d4533bbfabf81549a56f65ee6a5dacb3f55))

## v1.1.1 (2023-03-07)
### Fix
* **fetch:** Env vars get priority over cookies file ([`f664ed8`](https://github.com/MadeInPierre/finalynx/commit/f664ed876ab35ee3c348b8168994dfbd5f5dd3d6))
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = "Pierre Laclau"

# The full version, including alpha/beta/rc tags
release = "1.1.1"
release = "1.2.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion finalynx/__meta__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Metadata information about Finalynx. This file is used by Fynalinx and updated by the CI/CD pipeline.
"""

__version__ = "1.1.1"
__version__ = "1.2.0"

__author__ = "Pierre Laclau (MadeInPierre)"

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "finalynx"
version = "1.1.1"
version = "1.2.0"
description = "A command line investment assistant to organize your portfolio and simulate its future to reach your life goals."
authors = ["MadeInPierre <[email protected]>"]
license = "GPLv3"
Expand Down Expand Up @@ -52,7 +52,7 @@ build_command = "pip install poetry && poetry build"

[tool.commitizen]
name = "cz_conventional_commits"
version = "1.1.1"
version = "1.2.0"
tag_format = "v$version"

[tool.mypy]
Expand Down

0 comments on commit cf96e13

Please sign in to comment.