Skip to content

Commit

Permalink
Merge pull request #32 from metaodi/develop
Browse files Browse the repository at this point in the history
Release 0.1.1
  • Loading branch information
metaodi authored Oct 3, 2020
2 parents 2ec2782 + 72c82cb commit f68cd64
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

## [Unreleased]

## [0.1.1] - 2020-10-04
### Fixed
- Fix distribution to PyPI

## [0.1.0] - 2020-10-04
### Added
- Add `record_schema` parameter
Expand Down Expand Up @@ -56,7 +60,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- `Fixed` for any bug fixes.
- `Security` to invite users to upgrade in case of vulnerabilities.

[Unreleased]: https://github.com/metaodi/sruthi/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/metaodi/sruthi/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/metaodi/sruthi/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/metaodi/sruthi/compare/v0.0.5...v0.1.0
[0.0.5]: https://github.com/metaodi/sruthi/compare/v0.0.4...v0.0.5
[0.0.4]: https://github.com/metaodi/sruthi/compare/v0.0.3...v0.0.4
Expand Down
2 changes: 1 addition & 1 deletion sruthi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.1.0'
__version__ = '0.1.1'
__all__ = ['client', 'errors', 'response', 'sru', 'xmlparse']

from .errors import SruthiError, ServerIncompatibleError, SruError, NoMoreRecordsError # noqa
Expand Down

0 comments on commit f68cd64

Please sign in to comment.