Skip to content

Commit 091d793

Browse files
committed
Bump version: 0.6.11 → 0.6.12
1 parent 020dfa1 commit 091d793

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
commit = True
33
tag = True
4-
current_version = 0.6.11
4+
current_version = 0.6.12
55

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

README.dev.md

Lines changed: 1 addition & 1 deletion
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-
# DaLI for RP2 v0.6.11 Developer Guide
15+
# DaLI for RP2 v0.6.12 Developer Guide
1616
[![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)
1717
[![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)
1818
[![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)

README.md

Lines changed: 1 addition & 1 deletion
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-
# DaLI for RP2 v0.6.11
15+
# DaLI for RP2 v0.6.12
1616

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

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = dali-rp2
3-
version = 0.6.11
3+
version = 0.6.12
44
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.
55
long_description_content_type = text/markdown
66
long_description = file: README.md, CHANGELOG.md

src/dali/dali_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
from dali.transaction_manifest import TransactionManifest
5555
from dali.transaction_resolver import resolve_transactions
5656

57-
_VERSION: str = "0.6.11"
57+
_VERSION: str = "0.6.12"
5858

5959

6060
class _InputPluginHelperArgs(NamedTuple):

0 commit comments

Comments
 (0)