Skip to content

Commit

Permalink
update version & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Bong authored and Markus Bong committed Jan 27, 2021
1 parent c4b1834 commit 6377fa0
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 6377fa0

Please sign in to comment.