Skip to content

Commit 5ecf52f

Browse files
committed
Bump version: 1.4.2 → 1.5.0
1 parent 14e4204 commit 5ecf52f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
commit = True
33
tag = True
4-
current_version = 1.4.2
4+
current_version = 1.5.0
55

66
[bumpversion:file:setup.cfg]
77
search = version = {current_version}

README.dev.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<!--- See the License for the specific language governing permissions and --->
1313
<!--- limitations under the License. --->
1414

15-
# RP2 v1.4.2 Developer Guide
15+
# RP2 v1.5.0 Developer Guide
1616
[![Static Analysis / Main Branch](https://github.com/eprbell/rp2/actions/workflows/static_analysis.yml/badge.svg)](https://github.com/eprbell/rp2/actions/workflows/static_analysis.yml)
1717
[![Documentation Check / Main Branch](https://github.com/eprbell/rp2/actions/workflows/documentation_check.yml/badge.svg)](https://github.com/eprbell/rp2/actions/workflows/documentation_check.yml)
1818
[![Unix Unit Tests / Main Branch](https://github.com/eprbell/rp2/actions/workflows/unix_unit_tests.yml/badge.svg)](https://github.com/eprbell/rp2/actions/workflows/unix_unit_tests.yml)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
![RP2 Logo](https://raw.githubusercontent.com/eprbell/rp2/main/docs/images/rp2_header.png)
1616

17-
# RP2 v1.4.2
17+
# RP2 v1.5.0
1818
Privacy-focused, free, powerful crypto tax calculator
1919

2020
[![Static Analysis / Main Branch](https://github.com/eprbell/rp2/actions/workflows/static_analysis.yml/badge.svg)](https://github.com/eprbell/rp2/actions/workflows/static_analysis.yml)

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = rp2
3-
version = 1.4.2
3+
version = 1.5.0
44
description = Privacy-focused, free, non-commercial, open-source, community-driven cryptocurrency tax calculator: it handles multiple coins/exchanges and computes long/short-term capital gains, cost bases, in/out lot relationships/fractioning, and account balances. It supports the FIFO accounting method, it features transparent computation for easy result verification, and it generates reports that tax accountants can understand, even if they are not cryptocurrency experts (e.g. form 8949).
55

66
long_description_content_type = text/markdown

src/rp2/rp2_main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
from rp2.ods_parser import open_ods, parse_ods
4343
from rp2.tax_engine import compute_tax
4444

45-
_VERSION: str = "1.4.2"
45+
_VERSION: str = "1.5.0"
4646

4747
_ACCOUNTING_METHOD_PACKAGE = "rp2.plugin.accounting_method"
4848

0 commit comments

Comments
 (0)