Skip to content

Commit

Permalink
Tag 9.55.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
deweller committed Oct 31, 2017
1 parent 1d67bdc commit ce7205e
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.4 (2017-10-31)
* Fix for uncaught exception in short asset name issuances
* v9.55.3 (2017-09-26)
* Implemented CIP-9 Enhanced Send (https://github.com/CounterpartyXCP/cips/blob/master/cip-0009.md) (protocol change: 489956)
* Implemented CIP-11 Shorten Transaction Type ID Namespace (https://github.com/CounterpartyXCP/cips/blob/master/cip-0011.md) (protocol change: 489956)
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 = 3
VERSION_REVISION = 4
VERSION_STRING = str(VERSION_MAJOR) + '.' + str(VERSION_MINOR) + '.' + str(VERSION_REVISION)


Expand Down

0 comments on commit ce7205e

Please sign in to comment.