We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7b9694 commit bf4460bCopy full SHA for bf4460b
.github/workflows/release.yml
@@ -10,6 +10,8 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v2
13
+ with:
14
+ fetch-depth: 0 # need tags to generate release notes
15
16
- name: Set up Python 3.8
17
uses: actions/setup-python@v1
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "investments"
3
-version = "0.1.22"
+version = "0.1.23"
4
description = "Analysis of Interactive Brokers reports for tax reporting in Russia"
5
license = "MIT"
6
authors = ["Maxim Andreev <[email protected]>"]
0 commit comments