Skip to content

Commit 00983bd

Browse files
authored
Merge pull request #4 from devolo/version_changelog
update version & changelog
2 parents ac7a973 + 6377fa0 commit 00983bd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44

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

7+
## [v0.1.1] - 2021/01/27
8+
9+
### Fixed
10+
11+
- Fixed pip installation
712
## [v0.1.0] - 2021/01/27
813

914
### Added

ssllabs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from .ssllabs import Ssllabs
22

33
__license__ = "MIT"
4-
__version__ = "0.1.0"
4+
__version__ = "0.1.1"
55

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

0 commit comments

Comments
 (0)