File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 1.0.1] - 05-10-2022
8+ ### Added
9+ - Example for placing order
10+ - More Unit Tests
11+ ### Changed
12+ - POST Requests are functional
13+ - Sleep in test to avoid blowing up the rate limit
14+ - Improve error management and exceptions
15+
716## [ 1.0.0] - 03-10-2022
817### Added
918- This CHANGELOG file to hopefully serve as an evolving example of a
Original file line number Diff line number Diff line change 22.. moduleauthor:: Erwin Lejeune
33"""
44
5- __version__ = '1.0.0 '
5+ __version__ = '1.0.1 '
66
77from nexo .client import Client
88from nexo .response_serializers import (
You can’t perform that action at this time.
0 commit comments