Skip to content

Commit

Permalink
version info update
Browse files Browse the repository at this point in the history
  • Loading branch information
damian-krawczyk committed May 13, 2022
1 parent cb39534 commit 27e457d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ This document records all notable changes to [nessus file reader by LimberDuck][
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.4.1] - 2022-05-13

### Fixed

- requirements installation fixed

## [0.4.0] - 2022-05-13

### Added
Expand Down Expand Up @@ -34,6 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[0.4.1]: https://github.com/LimberDuck/nessus-file-reader/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/LimberDuck/nessus-file-reader/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/LimberDuck/nessus-file-reader/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/LimberDuck/nessus-file-reader/compare/v0.1.0...v0.2.0
Expand Down
8 changes: 4 additions & 4 deletions nessus_file_reader/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
__title__ = "nessus file reader by LimberDuck"
__package_name__ = "nessus-file-reader"
__icon__ = "LimberDuck-nessus-file-reader.ico"
__summary__ = "nessus file reader by LimberDuck (pronounced *ˈlɪm.bɚ dʌk*) is a python module" \
__summary__ = "nessus file reader by LimberDuck (pronounced *ˈlɪm.bɚ dʌk*) is a CLI tool and python module" \
"created to quickly parse nessus files containing the results of scans" \
"performed by using Nessus by (C) Tenable, Inc."
__uri__ = "https://github.com/LimberDuck"
__version__ = "0.1.0"
__release_date__ = "2019.06.23"
__version__ = "0.4.1"
__release_date__ = "2022.05.13"
__author__ = u"Damian Krawczyk"
__email__ = "damian.krawczyk@limberduck.org"
__license_name__ = "GNU GPLv3"
__license_link__ = "https://www.gnu.org/licenses/gpl-3.0.en.html"
__copyright__ = u"\N{COPYRIGHT SIGN} 2019 by %s" % __author__
__copyright__ = u"\N{COPYRIGHT SIGN} 2019-2022 by %s" % __author__
2 changes: 1 addition & 1 deletion nessus_file_reader/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.0"
__version__ = "0.4.1"

0 comments on commit 27e457d

Please sign in to comment.