Skip to content

Commit

Permalink
Updated changelog and version to 1.4.6
Browse files Browse the repository at this point in the history
Updated changelog and version to 1.4.6
  • Loading branch information
SteveMcGrath committed May 2, 2022
1 parent 553911d commit f1b8caf
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
python-version: 3.8
- name: Build Package
run: |
pip install wheel
python setup.py sdist bdist_wheel
- name: Publish to PyPI
uses: pypa/[email protected]
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ 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.6]
### Added

- Initial support for Nessus #556
- Wheels published to PyPi #536
- Python 3.10 support #540

### Fixed

- Corrected broken security step in pipeline #563
- Export param regression with plugin family #555
- NessusReportv2 doesnt handle Nonetype in cvss scoring #552

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

## [1.4.4]
### Added

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.4'
version = '1.4.6'
version_info = tuple(int(d) for d in version.split("-")[0].split("."))

0 comments on commit f1b8caf

Please sign in to comment.