Skip to content

Commit 4e6649d

Browse files
release: v0.1.3
1 parent c1474c3 commit 4e6649d

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,8 @@ See [iOS_shortcuts_example](docs/tips/iOS_shortcuts_setting_example/iOS_shortcut
412412
413413
| Version | Note |
414414
|:--------|:-------------------------|
415-
| HEAD | fix sync option error handle. |
415+
| HEAD | add shell completion. |
416+
| 0.1.2 | fix sync option error handle. |
416417
| 0.1.1 | init |
417418
418419
## Contribution

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "trrc"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
authors = [
55
{ name="Constantin Hong", email="[email protected]" },
66
]

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name = 'trrc',
6-
version = '0.1.2',
6+
version = '0.1.3',
77
description='a command-line program for creating anki card using AnkiConnect API.',
88
author='Constantin Hong',
99
author_email='[email protected]',

trrc/parser_opts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import argparse
33
import logging
44

5-
VERSION_MESSAGE = """trrc - ToRRential Card processor 0.1.2
5+
VERSION_MESSAGE = """trrc - ToRRential Card processor 0.1.3
66
Copyright (C) 2023 Constantin Hong
77
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
88
This is free software: you are free to change and redistribute it.

0 commit comments

Comments
 (0)