Skip to content

Commit

Permalink
repare for release v2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abertschi committed May 16, 2021
1 parent b717127 commit 3cf643c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ pytest
- [postcardcreator](https://github.com/gido/postcardcreator) - node.js API for the Swiss Post Postcard Creator

## Release notes
### v2.1, 2021-05-15
- update requests to v2.25.1 to fix "AttributeError: 'NoneType' object has no attribute 'group'" in authentication. #27

### v2.0, 2021-02
- support of new swissid authentication (access_token with code/ code_verifier)
- support of new endpoints at https://pccweb.api.post.ch/secure/api/mobile/v1
Expand All @@ -102,6 +105,13 @@ pytest
- do not use requirements.txt in setup.py anymore. set all requirements in
install_requires without explicit version numbers

## Troubleshooting

#### “The headers or library files could not be found for jpeg”
`pip install` fails with the above error. Install libjpeg as discussed here
https://stackoverflow.com/questions/44043906/the-headers-or-library-files-could-not-be-found-for-jpeg-installing-pillow-on


## Author

Andrin Bertschi
Expand All @@ -113,8 +123,3 @@ Andrin Bertschi

<3

## Troubleshooting

### Pip install fails with “The headers or library files could not be found for jpeg”
Install libjpeg as discussed here
https://stackoverflow.com/questions/44043906/the-headers-or-library-files-could-not-be-found-for-jpeg-installing-pillow-on
2 changes: 1 addition & 1 deletion postcard_creator/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.0'
__version__ = '2.1'

0 comments on commit 3cf643c

Please sign in to comment.