Skip to content

Commit

Permalink
bump: version 1.6.4 → 1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhd1701 committed Sep 9, 2021
1 parent 7baf061 commit d1550f3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.6.5 (2021-09-09)

### Fix

- add download retry on bad data from server

## 1.6.4 (2021-08-30)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion evernote_backup/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.6.4"
__version__ = "1.6.5"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "evernote-backup"
version = "1.6.4"
version = "1.6.5"
description = "Backup & export all Evernote notes and notebooks."
authors = ["vzhd1701 <vzhd1701@gmail.com>"]
readme = "README.md"
Expand Down Expand Up @@ -55,7 +55,7 @@ mypy = "^0.812"

[tool.commitizen]
name = "cz_conventional_commits"
version = "1.6.4"
version = "1.6.5"
tag_format = "$version"
version_files = [
"pyproject.toml:version",
Expand Down

0 comments on commit d1550f3

Please sign in to comment.