Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Oderbolz committed Aug 31, 2023
1 parent 1fd8c19 commit 1a37906
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project follows [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.3.0] - 2023-08-31
### Added
- Support for server-side pagination (transparent to the user)
- `ResultVeryLargeWarning` to warn developers about very large queries
Expand Down Expand Up @@ -61,7 +63,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.2.1...HEAD
[Unreleased]: https://github.com/metaodi/swissparlpy/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/metaodi/swissparlpy/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/metaodi/swissparlpy/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/metaodi/swissparlpy/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/metaodi/swissparlpy/compare/v0.1.0...v0.1.1
Expand Down
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.2.1"
__version__ = "0.3.0"
__all__ = ["client", "errors"]

from .errors import SwissParlError # noqa
Expand Down

0 comments on commit 1a37906

Please sign in to comment.