Skip to content

Commit

Permalink
v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mongkok committed Mar 23, 2020
1 parent d886bc4 commit 243f30c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

0.0.4
-----

* Added JsonSerializable classes

0.0.3
-----

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

copyright = f'{datetime.datetime.today().year}, {author}'

version = '0.0.3'
version = '0.0.4'
release = version

extensions = [
Expand Down
2 changes: 1 addition & 1 deletion src/Postpay.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Postpay
/**
* @const string Version number of the Postpay SDK.
*/
const VERSION = '0.0.3';
const VERSION = '0.0.4';

/**
* @const string Default API version for requests.
Expand Down

0 comments on commit 243f30c

Please sign in to comment.