cihai-cli 0.27.0__tar.gz → 0.28.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cihai-cli
3
- Version: 0.27.0
3
+ Version: 0.28.0
4
4
  Summary: Command line frontend for the cihai CJK language library
5
5
  Home-page: https://cihai-cli.git-pull.com
6
6
  License: MIT
@@ -25,7 +25,7 @@ Classifier: Topic :: Software Development :: Localization
25
25
  Classifier: Topic :: System :: Shells
26
26
  Classifier: Topic :: Utilities
27
27
  Requires-Dist: PyYAML
28
- Requires-Dist: cihai (>=0.32.0,<0.33.0)
28
+ Requires-Dist: cihai (>=0.33.0,<0.34.0)
29
29
  Project-URL: Bug Tracker, https://github.com/cihai/cihai-cli/issues
30
30
  Project-URL: Documentation, https://cihai-cli.git-pull.com
31
31
  Project-URL: Q & A, https://github.com/cihai/cihai-cli/discussions
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "cihai-cli"
3
- version = "0.27.0"
3
+ version = "0.28.0"
4
4
  description = "Command line frontend for the cihai CJK language library"
5
5
  license = "MIT"
6
6
  authors = ["Tony Narlock <tony@git-pull.com>"]
@@ -58,7 +58,7 @@ Repository = "https://github.com/cihai/cihai-cli"
58
58
 
59
59
  [tool.poetry.dependencies]
60
60
  python = "^3.8"
61
- cihai = "~0.32.0"
61
+ cihai = "~0.33.0"
62
62
  PyYAML = "*"
63
63
 
64
64
  [tool.poetry.group.docs.dependencies]
@@ -75,6 +75,7 @@ sphinx-copybutton = "*"
75
75
  sphinxext-rediraffe = "*"
76
76
  myst_parser = ">=0.18.1"
77
77
  docutils = "*"
78
+ linkify-it-py = "*"
78
79
 
79
80
  [tool.poetry.group.test.dependencies]
80
81
  ### Testing ###
@@ -2,7 +2,7 @@
2
2
 
3
3
  __title__ = "cihai-cli"
4
4
  __package_name__ = "cihai_cli"
5
- __version__ = "0.27.0"
5
+ __version__ = "0.28.0"
6
6
  __description__ = "Command line frontend for the cihai CJK language library"
7
7
  __author__ = "Tony Narlock"
8
8
  __email__ = "tony@git-pull.com"
File without changes
File without changes
File without changes
File without changes
File without changes