Skip to content

Commit

Permalink
Merge pull request #546 from tenable/bugfix/upgrade-restfly-to-1.4.5
Browse files Browse the repository at this point in the history
v1.4.5
  • Loading branch information
SteveMcGrath authored Mar 8, 2022
2 parents c141d16 + 551c8eb commit 8aa3ca6
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ 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).


## [1.4.4]
### Changed

- Upgraded restfly to 1.4.5

### Fixed

- Issue with Content-Type errors around case sensitivity

[1.4.4]: https://github.com/tenable/pyTenable/compare/1.4.3...1.4.4

## [1.4.3]
### Added

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dataclasses>=0.8;python_version=="3.6"
requests>=2.26
python-dateutil>=2.6
semver>=2.8.1
restfly>=1.4.3
restfly>=1.4.5
marshmallow>=3.6
python-box>=4.0
defusedxml>=0.5.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
'requests>=2.26',
'python-dateutil>=2.6',
'semver>=2.8.1',
'restfly>=1.4.4',
'restfly>=1.4.5',
'marshmallow>=3.6',
'python-box>=4.0',
'defusedxml>=0.5.0',
Expand Down
2 changes: 1 addition & 1 deletion tenable/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = '1.4.3'
version = '1.4.4'
version_info = tuple(int(d) for d in version.split("-")[0].split("."))

0 comments on commit 8aa3ca6

Please sign in to comment.