Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

Permalink
Version 3.6.2
Browse files Browse the repository at this point in the history
- 06493d8 [GitHub Actions] Trim codeql-analysis.yml
- 8d4636f [moe] Show the type of the definition
- ee9bc05 [moe] Use enmerate(..., start=1) to avoid "count + 1"
- f8ddb0c [jisho] Update API URL from http to https
- 95f1a37 Make `zdict -ld` shows HOMEPAGE_URL of dictionaries
- dfeec3b Update pytest to 6.0.1 (#451)
- 4552db6 [#452] Sort iTaigi basic_words before saving into database (#454)
- 55edb93 Update coverage to 5.2.1 (#449)
- 0cbf9a7 [setup.py] Modify description on PyPI
  • Loading branch information
Frank Jheng authored and Frank Jheng committed Aug 4, 2020
1 parent 06493d8 commit 1c4cc4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zdict/constants.py
@@ -1,7 +1,7 @@
import os


VERSION = '3.6.1'
VERSION = '3.6.2'

BASE_DIR_NAME = '.zdict'
BASE_DIR = os.path.join(os.path.expanduser("~"), BASE_DIR_NAME)
Expand Down

0 comments on commit 1c4cc4c

Please sign in to comment.