Skip to content

Commit

Permalink
Update the CHANGELOG and README files.
Browse files Browse the repository at this point in the history
  • Loading branch information
ssenart committed Oct 17, 2022
1 parent 46c3072 commit 624abf7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.13](https://github.com/ssenart/PyVeoliaIDF/compare/0.1.12...0.1.13) - 2021-12-03
## [0.2.0] - 2022-10-17

### Added
- Add a new parameter 'lastNDays' that permits to control how many days of data we want to retrieve.

### Fixed
- Add some means that permits to log every Selenium actions.
- Add some controls on the downloaded data file (check its content) before processing it.

## [0.1.13] - 2021-12-03
### Fixed
- Increase waiting time after selection of 'Jours' and 'Litres' buttons. Sometimes, we get only a partial set of data with missing most recent ones.

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ import pyveoliaidf

client = pyveoliaidf.Client('your login',
'your password',
365,
'path/to/Selenium Web Driver',
30,
'temporary directory where to store CSV file (ex: /tmp)')
Expand Down

0 comments on commit 624abf7

Please sign in to comment.