Skip to content

Commit f68cd64

Browse files
authored
Merge pull request #32 from metaodi/develop
Release 0.1.1
2 parents 2ec2782 + 72c82cb commit f68cd64

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
44

55
## [Unreleased]
66

7+
## [0.1.1] - 2020-10-04
8+
### Fixed
9+
- Fix distribution to PyPI
10+
711
## [0.1.0] - 2020-10-04
812
### Added
913
- Add `record_schema` parameter
@@ -56,7 +60,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
5660
- `Fixed` for any bug fixes.
5761
- `Security` to invite users to upgrade in case of vulnerabilities.
5862

59-
[Unreleased]: https://github.com/metaodi/sruthi/compare/v0.1.0...HEAD
63+
[Unreleased]: https://github.com/metaodi/sruthi/compare/v0.1.1...HEAD
64+
[0.1.1]: https://github.com/metaodi/sruthi/compare/v0.1.0...v0.1.1
6065
[0.1.0]: https://github.com/metaodi/sruthi/compare/v0.0.5...v0.1.0
6166
[0.0.5]: https://github.com/metaodi/sruthi/compare/v0.0.4...v0.0.5
6267
[0.0.4]: https://github.com/metaodi/sruthi/compare/v0.0.3...v0.0.4

sruthi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.1.0'
1+
__version__ = '0.1.1'
22
__all__ = ['client', 'errors', 'response', 'sru', 'xmlparse']
33

44
from .errors import SruthiError, ServerIncompatibleError, SruError, NoMoreRecordsError # noqa

0 commit comments

Comments
 (0)