Skip to content

Commit

Permalink
Merge pull request #7 from metaodi/develop
Browse files Browse the repository at this point in the history
Release 0.1.1
  • Loading branch information
metaodi authored Sep 27, 2021
2 parents 4d0a80c + cbf839d commit a42aa84
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
FLIT_USERNAME: ${{ secrets.PYPI_USERNAME }}
FLIT_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python -m publish
python -m flit publish
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
## [Unreleased]


## [0.1.1] - 2021-09-27
### Fixed
- Typo in publish workflow

## [0.1.0] - 2021-09-27
### Added
- Test with fixtures
Expand Down Expand Up @@ -37,7 +41,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/swissparlpy/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/metaodi/swissparlpy/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/metaodi/swissparlpy/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/metaodi/swissparlpy/compare/v0.0.2...v0.1.0
[0.0.2]: https://github.com/metaodi/swissparlpy/compare/v0.0.1...v0.0.2
[0.0.1]: https://github.com/metaodi/swissparlpy/releases/tag/v0.0.1
2 changes: 1 addition & 1 deletion swissparlpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Client for Swiss parliament API"""

__version__ = '0.1.0'
__version__ = '0.1.1'
__all__ = ['client', 'errors']

from .errors import SwissParlError # noqa
Expand Down

0 comments on commit a42aa84

Please sign in to comment.