Skip to content

Commit 34e5196

Browse files
author
Stefan Oderbolz
committed
Release 0.0.3
1 parent 8eee769 commit 34e5196

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

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

55
## [Unreleased]
66

7+
## [0.0.3] - 2021-09-14
8+
### Added
9+
- Workflows to lint and publish the code
10+
11+
### Fixed
12+
- Wrong version number in __init__.py
13+
- Linting errors in code base
14+
715
## [0.0.2] - 2021-09-13
816
### Changed
917
- Add possiblity to provide a `map_function` to parse custom fields
@@ -26,6 +34,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
2634
- `Fixed` for any bug fixes.
2735
- `Security` to invite users to upgrade in case of vulnerabilities.
2836

29-
[Unreleased]: https://github.com/metaodi/museumpy/compare/v0.0.2...HEAD
37+
[Unreleased]: https://github.com/metaodi/museumpy/compare/v0.0.3...HEAD
38+
[0.0.3]: https://github.com/metaodi/museumpy/compare/v0.0.2...v0.0.3
3039
[0.0.2]: https://github.com/metaodi/museumpy/compare/v0.0.1...v0.0.2
3140
[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.1'
1+
__version__ = '0.0.3'
22
__all__ = ['client', 'errors', 'response', 'xmlparse']
33

44
from .errors import MuseumPlusError # noqa

0 commit comments

Comments
 (0)