Skip to content

Commit

Permalink
Merge pull request #16 from e-alizadeh/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
e-alizadeh authored Jan 31, 2021
2 parents 5086f4f + e81a907 commit 7e57ccf
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ A Python Package for GetPocket (https://getpocket.com)
pip install pypocket
```

## Requirements
- requests
- dominate

## Usage
```python
from pypocket import Pocket
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
keywords = ["GetPocket", "pocket", "wrapper"]
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7e57ccf

Please sign in to comment.