Last PR before the release of BigchainDB 2.0 Beta 5

This commit is contained in:
Ahmed Muawia Khan 2018-08-01 14:43:10 +02:00
parent b1c34523ed
commit df5601c2df
5 changed files with 18 additions and 6 deletions

View File

@ -18,11 +18,23 @@ For reference, the possible headings are:
* **Known Issues**
* **Notes**
## [2.0 Beta 5] - 2018-08-01
Tag name: v2.0.0b5
### Changed
* Supported version of Tendermint `0.22.3` -> `0.22.8`. [Pull request #2429](https://github.com/bigchaindb/bigchaindb/pull/2429).
### Fixed
* Raise DoubleSpend exception if transaction is already part of the database. [Pull request #2422](https://github.com/bigchaindb/bigchaindb/pull/2422).
## [2.0 Beta 4] - 2018-07-30
Tag name: v2.0.0b4
### Added
### Changed
- Added scripts for creating a configuration to manage processes with Monit. [Pull request #2410](https://github.com/bigchaindb/bigchaindb/pull/2410).

View File

@ -1,2 +1,2 @@
__version__ = '2.0.0b4'
__short_version__ = '2.0b4'
__version__ = '2.0.0b5'
__short_version__ = '2.0b5'

View File

@ -154,7 +154,7 @@ spec:
timeoutSeconds: 15
# BigchainDB container
- name: bigchaindb
image: bigchaindb/bigchaindb:2.0.0-beta4
image: bigchaindb/bigchaindb:2.0.0-beta5
imagePullPolicy: Always
args:
- start

View File

@ -34,7 +34,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: bigchaindb
image: bigchaindb/bigchaindb:2.0.0-beta4
image: bigchaindb/bigchaindb:2.0.0-beta5
imagePullPolicy: Always
args:
- start

View File

@ -112,7 +112,7 @@ setup(
zip_safe=False,
python_requires='>=3.6',
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Beta',
'Intended Audience :: Developers',
'Topic :: Database',
'Topic :: Database :: Database Engines/Servers',