Skip to content

Commit 0430bfd

Browse files
committed
chore(release): 1.7.0
1 parent 030ddfc commit 0430bfd

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.7.0](https://github.com/vzhd1701/evernote-backup/compare/1.6.8...1.7.0) (2022-01-31)
2+
3+
### Features
4+
5+
- add --no-export-date option ([030ddfc](https://github.com/vzhd1701/evernote-backup/commit/030ddfca9b06767afed2183cc86bd69625ad4caa))
6+
17
### [1.6.8](https://github.com/vzhd1701/evernote-backup/compare/1.6.7...1.6.8) (2022-01-02)
28

39
### Bug Fixes

evernote_backup/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.6.8"
1+
__version__ = "1.7.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "evernote-backup"
7-
version = "1.6.8"
7+
version = "1.7.0"
88
description = "Backup & export all Evernote notes and notebooks."
99
authors = ["vzhd1701 <[email protected]>"]
1010
readme = "README.md"

0 commit comments

Comments
 (0)