Skip to content

Commit 141ef9f

Browse files
author
Stefan Oderbolz
committed
Release 0.1.0
1 parent 3a88090 commit 141ef9f

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

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

55
## [Unreleased]
66

7+
## [0.1.0] - 2021-09-16
8+
### Added
9+
- Add support for pagination
10+
- More examples and documentation
11+
- New error superclass
12+
713
## [0.0.3] - 2021-09-14
814
### Added
915
- Workflows to lint and publish the code
@@ -34,7 +40,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
3440
- `Fixed` for any bug fixes.
3541
- `Security` to invite users to upgrade in case of vulnerabilities.
3642

37-
[Unreleased]: https://github.com/metaodi/museumpy/compare/v0.0.3...HEAD
43+
[Unreleased]: https://github.com/metaodi/museumpy/compare/v0.1.0...HEAD
44+
[0.1.0]: https://github.com/metaodi/museumpy/compare/v0.0.3...v0.1.0
3845
[0.0.3]: https://github.com/metaodi/museumpy/compare/v0.0.2...v0.0.3
3946
[0.0.2]: https://github.com/metaodi/museumpy/compare/v0.0.1...v0.0.2
4047
[0.0.1]: https://github.com/metaodi/museumpy/releases/tag/v0.0.1

museumpy/__init__.py

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

44
from .errors import MuseumpyError # noqa

0 commit comments

Comments
 (0)