Skip to content

Commit

Permalink
small edits
Browse files Browse the repository at this point in the history
  • Loading branch information
andreygrechin committed May 6, 2019
1 parent 4b477e6 commit 05d07ef
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
__pycache__/
*.pyc
.venv/
venv/
.eggs/
*.egg-info/
dist/
Expand Down
24 changes: 13 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [1.0.2] - 2019-05-06

### Changed

- copyright year
- updated ci for new python builds
- black formatter

### Added

- changelog file (CHANGELOG.md)
- black formatter as a default option
- optional linters (bandit, isort, flake8, safety, check, pyroma)
- configuration files for pylint (.pylintrc) and markdownlint (.markdownlint.json)
- description of a keyring issue
- logo
- optional linters
- README description of a keyring module issue with unsigned python binaries
- a logo file
- guidelines badges

### Changed

- license headers and a copyright year to 2019
- README badges
- ci for new python builds
- sort imports

### Removed

Expand All @@ -28,5 +31,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

- pytest import from a local directory
- Read the Doc badge
- import modules
- typos

0 comments on commit 05d07ef

Please sign in to comment.