Skip to content

Commit

Permalink
Merge pull request #21 from metaodi/develop
Browse files Browse the repository at this point in the history
Release 0.0.4
  • Loading branch information
metaodi authored Jun 10, 2020
2 parents 0dfa128 + ebf2ec9 commit a03c1bc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install setuptools wheel twine
- name: Build and publish
env:
Expand Down
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.0.4] - 2020-06-10
### Fixed
- Fix description text on PyPI

## [0.0.3] - 2020-06-10
### Fixed
- Fixed publish workflow to not create release
Expand Down Expand Up @@ -36,7 +40,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.0.3...HEAD
[Unreleased]: https://github.com/metaodi/sruthi/compare/v0.0.4...HEAD
[0.0.4]: https://github.com/metaodi/sruthi/compare/v0.0.3...v0.0.4
[0.0.3]: https://github.com/metaodi/sruthi/compare/v0.0.2...v0.0.3
[0.0.2]: https://github.com/metaodi/sruthi/compare/v0.0.1...v0.0.2
[0.0.1]: https://github.com/metaodi/sruthi/releases/tag/v0.0.1
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.0.3'
__version__ = '0.0.4'
__all__ = ['client', 'errors', 'response', 'sru', 'xmlparse']

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

0 comments on commit a03c1bc

Please sign in to comment.