Skip to content

Commit

Permalink
Merge pull request #4 from devolo/version_changelog
Browse files Browse the repository at this point in the history
update version & changelog
  • Loading branch information
Shutgun authored Jan 27, 2021
2 parents ac7a973 + 6377fa0 commit 00983bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.

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).

## [v0.1.1] - 2021/01/27

### Fixed

- Fixed pip installation
## [v0.1.0] - 2021/01/27

### Added
Expand Down
2 changes: 1 addition & 1 deletion ssllabs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .ssllabs import Ssllabs

__license__ = "MIT"
__version__ = "0.1.0"
__version__ = "0.1.1"

__all__ = ['Ssllabs', "__license__", "__version__"]

0 comments on commit 00983bd

Please sign in to comment.