Skip to content

Commit

Permalink
Adding next version information
Browse files Browse the repository at this point in the history
  • Loading branch information
carlio committed Nov 26, 2018
1 parent 79587c5 commit 7a8bdc7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pyenv activate prospector-versions

5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
Prospector Changelog
=======

## Version 1.1.6 (placeholder for release)
## Version 1.1.6.2 (placeholder for release)
- [#304](https://github.com/PyCQA/prospector/pull/304) Pin pylint to 2.1.1 for now as prospector is not compatible with 2.2.0

## Version 1.1.6.1
- [#292](https://github.com/PyCQA/prospector/issues/292) Adding pylint plugin dependencies back and fixing autodetect behaviour.

# Version 1.1.5
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, 6, 1)
__version_info__ = (1, 1, 6, 2)
__version__ = '.'.join(map(str, __version_info__))

0 comments on commit 7a8bdc7

Please sign in to comment.