Skip to content
Snippets Groups Projects
Commit e9c9e5a7 authored by Holger Nahrstaedt's avatar Holger Nahrstaedt
Browse files

Readme changed for Release

parent 847129f0
No related branches found
No related tags found
No related merge requests found
...@@ -135,6 +135,15 @@ Documentation is available at http://beem.readthedocs.io/en/latest/ ...@@ -135,6 +135,15 @@ Documentation is available at http://beem.readthedocs.io/en/latest/
Changelog Changelog
========= =========
0.19.21
-------
* Transactionbuilder and Wallet improved
* Accounts with more than one authority can be used for signing
* Examples added
* reconstruct_tx added to sign and addSigningInformation
* proposer from Transactionbuilder removed, as it had no function
* rshares_to_vote_pct added
0.19.20 0.19.20
------- -------
* serveral bug fixes and improvements * serveral bug fixes and improvements
......
...@@ -60,8 +60,8 @@ build_script: ...@@ -60,8 +60,8 @@ build_script:
test_script: test_script:
# Run the project tests # Run the project tests
- "py.test tests\beembase" - "py.test tests/beembase"
- "py.test tests\beemgraphene" - "py.test tests/beemgraphene"
after_test: after_test:
# If tests are successful, create binary packages for the project. # If tests are successful, create binary packages for the project.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment