Make the master to 0.4
This commit is contained in:
parent
d1a94d7eeb
commit
65c274c3d8
3 changed files with 7 additions and 3 deletions
|
@ -1,6 +1,10 @@
|
||||||
Changelog
|
Changelog
|
||||||
*********
|
*********
|
||||||
|
|
||||||
|
Version 0.4
|
||||||
|
-----------
|
||||||
|
Nothing in yet.
|
||||||
|
|
||||||
Version 0.3
|
Version 0.3
|
||||||
-----------
|
-----------
|
||||||
This version works with RocksDB version v3.11.
|
This version works with RocksDB version v3.11.
|
||||||
|
|
|
@ -55,9 +55,9 @@ copyright = u'2014, sh'
|
||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '0.3'
|
version = '0.4'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '0.3'
|
release = '0.4'
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -28,7 +28,7 @@ mod1 = Extension(
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="pyrocksdb",
|
name="pyrocksdb",
|
||||||
version='0.3',
|
version='0.4',
|
||||||
description="Python bindings for RocksDB",
|
description="Python bindings for RocksDB",
|
||||||
keywords='rocksdb',
|
keywords='rocksdb',
|
||||||
author='Stephan Hofmockel',
|
author='Stephan Hofmockel',
|
||||||
|
|
Loading…
Reference in a new issue