From 8fb07c6a879b5b4d2480d3b1c6f04a31154388a8 Mon Sep 17 00:00:00 2001 From: ealizadeh Date: Sat, 30 Jan 2021 16:05:56 -0500 Subject: [PATCH 1/3] v0.0.1 -> v0.1.0 --- pyproject.toml | 2 +- sonar-project.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a53a23a..3f1dcc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pypocket" -version = "v0.0.1" +version = "v0.1.0" description = "A Python wrapper for GetPocket" authors = ["Essi Alizadeh "] keywords = ["GetPocket", "pocket", "wrapper"] diff --git a/sonar-project.properties b/sonar-project.properties index 6b72254..b31eeef 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,5 +1,5 @@ sonar.organization=e-alizadeh sonar.projectKey=PyPocket sonar.host.url=https://sonarcloud.io -sonar.projectVersion=v0.0.1 +sonar.projectVersion=v0.1.0 sonar.python.coverage.reportPaths=coverage.xml From d44b563925b22fd6122a188522b7fc372b0573ee Mon Sep 17 00:00:00 2001 From: ealizadeh Date: Sat, 30 Jan 2021 16:14:14 -0500 Subject: [PATCH 2/3] Add CHANGELOG --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a55ebc3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +All release changes will be documented in this file. + +## [v0.1.0] - 2021-01-21 +### Added +- Custom HTML class to generate reports +- More tests + +### Changed +- HTML report generation +- Datetime conversion + +### Removed +- Pandas dependency + +## [v0.0.1] - 2021-01-21 +First release \ No newline at end of file From e81a9077eb034a54cbbeaea02b2f49c557313a20 Mon Sep 17 00:00:00 2001 From: Essi Alizadeh <30320825+e-alizadeh@users.noreply.github.com> Date: Sun, 31 Jan 2021 00:10:37 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f7c0c4e..16f102f 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,10 @@ A Python Package for GetPocket (https://getpocket.com) pip install pypocket ``` +## Requirements +- requests +- dominate + ## Usage ```python from pypocket import Pocket