Skip to content

Commit

Permalink
Merge pull request #1 from PyCQA/master
Browse files Browse the repository at this point in the history
Update from master
  • Loading branch information
nasyxx authored Oct 23, 2018
2 parents dabefc5 + eb9ee44 commit 9bafb6b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Prospector Changelog
=======

## Version 1.1.3
- [#279](https://github.com/PyCQA/prospector/issues/279) Fix --show-profile crash

## Version 1.1.2
- [#276](https://github.com/PyCQA/prospector/issues/276) Updating required Pyroma version and removing some warnings which were removed from Pyroma - thanks [@volans-](https://github.com/volans-) for PR [#277](https://github.com/PyCQA/prospector/pull/277)

Expand Down
2 changes: 1 addition & 1 deletion prospector/__pkginfo__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
__version_info__ = (1, 1, 2)
__version_info__ = (1, 1, 3)
__version__ = '.'.join(map(str, __version_info__))
2 changes: 1 addition & 1 deletion prospector/profiles/profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def as_dict(self):
'ignore-paths': self.ignore_paths,
'ignore-patterns': self.ignore_patterns,
'output-format': self.output_format,
'output-file': self.output_file,
'output-target': self.output_target,
'autodetect': self.autodetect,
'uses': self.uses,
'max-line-length': self.max_line_length,
Expand Down

0 comments on commit 9bafb6b

Please sign in to comment.