Skip to content

Commit

Permalink
Bump version: 1.7.0 → 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eprbell committed Jun 30, 2024
1 parent b4ac136 commit 2349ddb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
current_version = 1.7.0
current_version = 1.7.1

[bumpversion:file:setup.cfg]
search = version = {current_version}
Expand Down
2 changes: 1 addition & 1 deletion README.dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<!--- See the License for the specific language governing permissions and --->
<!--- limitations under the License. --->

# RP2 v1.7.0 Developer Guide
# RP2 v1.7.1 Developer Guide
[![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)
[![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)
[![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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

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

# RP2 v1.7.0
# RP2 v1.7.1
Privacy-focused, free, powerful crypto tax calculator

[![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)
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = rp2
version = 1.7.0
version = 1.7.1
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 multiple countries and accounting menthods (FIFO, LIFO, HIFO), it features transparent computation for easy result verification, and it generates reports tax accountants can understand (e.g. form 8949).

long_description_content_type = text/markdown
Expand Down
2 changes: 1 addition & 1 deletion src/rp2/rp2_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
from rp2.ods_parser import open_ods, parse_ods
from rp2.tax_engine import compute_tax

_VERSION: str = "1.7.0"
_VERSION: str = "1.7.1"

_ACCOUNTING_METHOD_PACKAGE = "rp2.plugin.accounting_method"

Expand Down

0 comments on commit 2349ddb

Please sign in to comment.