Skip to content

Commit

Permalink
Bump version: 0.6.5 → 0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
eprbell committed Apr 1, 2023
1 parent ceaa6ba commit 50bb7f0
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 = 0.6.5
current_version = 0.6.6

[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. --->

# DaLI for RP2 v0.6.5 Developer Guide
# DaLI for RP2 v0.6.6 Developer Guide
[![Static Analysis / Main Branch](https://github.com/eprbell/dali-rp2/actions/workflows/static_analysis.yml/badge.svg)](https://github.com/eprbell/dali-rp2/actions/workflows/static_analysis.yml)
[![Documentation Check / Main Branch](https://github.com/eprbell/dali-rp2/actions/workflows/documentation_check.yml/badge.svg)](https://github.com/eprbell/dali-rp2/actions/workflows/documentation_check.yml)
[![Unix Unit Tests / Main Branch](https://github.com/eprbell/dali-rp2/actions/workflows/unix_unit_tests.yml/badge.svg)](https://github.com/eprbell/dali-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 @@ -12,7 +12,7 @@
<!--- See the License for the specific language governing permissions and --->
<!--- limitations under the License. --->

# DaLI for RP2 v0.6.5
# DaLI for RP2 v0.6.6

Privacy-focused, free, extensible data loader for RP2 (the crypto tax calculator)

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 = dali-rp2
version = 0.6.5
version = 0.6.6
description = Data loader and input generator for RP2 (https://pypi.org/project/rp2/), the privacy-focused, free, non-commercial, open-source, community-driven cryptocurrency tax calculator: DaLI removes the need to manually prepare RP2 input files. Just like RP2, DaLI is also free, open-source and it prioritizes user privacy.
long_description_content_type = text/markdown
long_description = file: README.md, CHANGELOG.md
Expand Down
2 changes: 1 addition & 1 deletion src/dali/dali_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
)
from dali.transaction_resolver import resolve_transactions

_VERSION: str = "0.6.5"
_VERSION: str = "0.6.6"


class _InputPluginHelperArgs(NamedTuple):
Expand Down

0 comments on commit 50bb7f0

Please sign in to comment.