Skip to content

Commit

Permalink
Release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danny0838 committed Dec 11, 2022
1 parent 93f9cb2 commit 66bbe80
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
* Versions before 1.0 are in initial development. APIs are not stable for these versions, even a `y` version can involve a breaking change, and only partial notable changes are summarized in this document. See full commit history in the source repository for details.
* Client requirement in this document refers to the version of [`WebScrapBook`](https://github.com/danny0838/webscrapbook) browser extension.

## [1.7.0] - 2022-12-11
* Dropped support for Python 3.6.
* Locale now searches for all given directories before checking for the next fallback language.
* Fixed a script error when the default locale cannot be determined by the system.
* Miscellaneous code optimization.
* Fixed several potential errors.
* Fixed several random errors for tests.

## [1.6.1] - 2022-08-28
* Updated classifiers and some documentation for the package.
* Fixed some packaging issues that may cause obsolete files be included.
Expand Down
2 changes: 1 addition & 1 deletion webscrapbook/__init__.py
Expand Up @@ -10,7 +10,7 @@

__all__ = ['WSB_EXTENSION_MIN_VERSION', 'WSB_USER_DIR', 'WSB_USER_CONFIG', 'WSB_DIR', 'WSB_CONFIG', 'config']

__version__ = '1.6.1'
__version__ = '1.7.0'
__author__ = 'Danny Lin'
__author_email__ = 'danny0838@gmail.com'
__homepage__ = 'https://github.com/danny0838/PyWebScrapBook'
Expand Down

0 comments on commit 66bbe80

Please sign in to comment.