Skip to content

Commit

Permalink
update changelog, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
robby-d committed Dec 3, 2016
1 parent f01b669 commit fbb7496
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Library Versions ##
* v9.55.1 (2016-12-02)
* Hotfix for integer overflow bug that caused a crash on mainnet block #441563
* v9.55.0 (2016-07-11)
* P2SH support for source / destination of addresses (protocol change: 423888)
* Moved check for invalid broadcast to better place to prevent broadcasting a cancel on a locked feed (protocol change: 423888)
Expand Down
2 changes: 1 addition & 1 deletion counterpartylib/lib/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Versions
VERSION_MAJOR = 9
VERSION_MINOR = 55
VERSION_REVISION = 0
VERSION_REVISION = 1
VERSION_STRING = str(VERSION_MAJOR) + '.' + str(VERSION_MINOR) + '.' + str(VERSION_REVISION)


Expand Down

0 comments on commit fbb7496

Please sign in to comment.