Skip to content

Commit

Permalink
Merge pull request #20 from guilyx/bump-101
Browse files Browse the repository at this point in the history
Bump to version 1.0.1
  • Loading branch information
guilyx authored Oct 5, 2022
2 parents 24256a4 + 93f02a9 commit 8478e0e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.1] - 05-10-2022
### Added
- Example for placing order
- More Unit Tests
### Changed
- POST Requests are functional
- Sleep in test to avoid blowing up the rate limit
- Improve error management and exceptions

## [1.0.0] - 03-10-2022
### Added
- This CHANGELOG file to hopefully serve as an evolving example of a
Expand Down
2 changes: 1 addition & 1 deletion nexo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.. moduleauthor:: Erwin Lejeune
"""

__version__ = '1.0.0'
__version__ = '1.0.1'

from nexo.client import Client
from nexo.response_serializers import (
Expand Down

0 comments on commit 8478e0e

Please sign in to comment.