Skip to content

Commit

Permalink
Merge branch 'release/v1.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
quvox committed Nov 16, 2018
2 parents 8d7e1d3 + 468c3ee commit 07caf18
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Change log
======

## v1.1.1
* Fix bug on installation with pip in Linux environment

## v1.1
* ID truncation (ID length less than 256-bit) support
* X509 certificate for public key
Expand All @@ -10,7 +13,7 @@ Change log
* default config is introduced
* search count upper limit is configurable
* Extend transaction search functions (#94)
* Buf fixes
* Bug fixes

## v1.0.1
* Bug fixes
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Core system of BBc-1 (Beyond Blockchain One)
===========================================
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

This project is a Python-based reference implementation of BBc-1, a trustable system of record keeping beyond blockchains.

Expand Down
4 changes: 2 additions & 2 deletions prepare.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/sh
#!/bin/bash

mkdir -p libs
git clone -b master https://github.com/beyond-blockchain/libbbcsig.git libs
cd libs
sh prepare.sh
bash prepare.sh

cd lib
if [ -f libbbcsig.dylib ]; then
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def run(self):

setup(
name='bbc1',
version='1.1',
version='1.1.1',
description='A core system of Beyond Blockchain One',
long_description=readme,
url='https://github.com/beyond-blockchain/bbc1',
Expand Down

0 comments on commit 07caf18

Please sign in to comment.