-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from e-alizadeh/dev
Dev
- Loading branch information
Showing
4 changed files
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |