Skip to content

Commit 14ab7f1

Browse files
committed
rel(1.2.0): Version bump and README updates
1 parent e1c7767 commit 14ab7f1

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ Notion is a great productivity tool for tracking goals, projects and tasks. Howe
1919

2020
### Features
2121

22-
- Detect recurring tasks in the Notion database
22+
- Connect to a Notion database through a Notion Integration
23+
- Detect recurring tasks in a connected Notion database
2324
- Set new Status and Due Date accoring to task properties
2425
- More features coming! See [Roadmap](#roadmap)..
2526

@@ -43,6 +44,7 @@ Notion is a great productivity tool for tracking goals, projects and tasks. Howe
4344
conftest.py # Pytest Configuration
4445

4546
.gitignore # Ignoring unnecessary files
47+
.readthedocs.yml # ReadTheDocs Configuration
4648
mkdocs.yml # Documentation Configuration
4749
pyproject.toml # Project Meta Information
4850
README.md # Project README
@@ -81,7 +83,7 @@ TODO:
8183
- [x] Implement testing suite
8284
- [x] Refactor script
8385
- [x] Add way to programatically add your own NOTION_KEY
84-
- [ ] Add documentation
86+
- [ ] Add complete documentation
8587

8688
Room for Improvement:
8789

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[project]
88
name = "notion-recurring-tasks"
9-
version = "1.1.0"
9+
version = "1.2.0"
1010
authors = [
1111
{ name = "Theodor Blom", email = "me@theodorblom.com" },
1212
]

0 commit comments

Comments
 (0)