Skip to content

Commit

Permalink
chore(release): 1.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhd1701 committed Jan 2, 2022
1 parent f864080 commit 0decb5a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 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.8](https://github.com/vzhd1701/evernote-backup/compare/1.6.7...1.6.8) (2022-01-02)

### Bug Fixes

- prevent memory leak on export ([19e9430](https://github.com/vzhd1701/evernote-backup/commit/19e94303bf6927df9b627e15f5f3367399bd5981))

### [1.6.7](https://github.com/vzhd1701/evernote-backup/compare/1.6.6...1.6.7) (2021-12-31)

### Bug Fixes
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.7"
__version__ = "1.6.8"
2 changes: 1 addition & 1 deletion 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.7"
version = "1.6.8"
description = "Backup & export all Evernote notes and notebooks."
authors = ["vzhd1701 <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 0decb5a

Please sign in to comment.