Author: Armin Rigo <[email protected]>
Branch:
Changeset: r740:b3103a1a2038
Date: 2012-07-30 14:25 +0200
http://bitbucket.org/cffi/cffi/changeset/b3103a1a2038/
Log: Bump the version number to 0.3
diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c
--- a/c/_cffi_backend.c
+++ b/c/_cffi_backend.c
@@ -4127,7 +4127,7 @@
if (v == NULL || PyModule_AddObject(m, "_C_API", v) < 0)
return;
- v = PyString_FromString("0.2.1");
+ v = PyString_FromString("0.3");
if (v == NULL || PyModule_AddObject(m, "__version__", v) < 0)
return;
diff --git a/cffi/__init__.py b/cffi/__init__.py
--- a/cffi/__init__.py
+++ b/cffi/__init__.py
@@ -4,5 +4,5 @@
from .api import FFI, CDefError, FFIError
from .ffiplatform import VerificationError, VerificationMissing
-__version__ = "0.2.1"
-__version_info__ = (0, 2, 1)
+__version__ = "0.3"
+__version_info__ = (0, 3)
diff --git a/doc/source/conf.py b/doc/source/conf.py
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -45,9 +45,9 @@
# built documents.
#
# The short X.Y version.
-version = '0.2.1'
+version = '0.3'
# The full version, including alpha/beta/rc tags.
-release = '0.2.1'
+release = '0.3'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/doc/source/index.rst b/doc/source/index.rst
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -87,9 +87,9 @@
* https://bitbucket.org/cffi/cffi/downloads
- - https://bitbucket.org/cffi/cffi/get/release-0.2.1.tar.bz2 has
- a MD5 of c4de415fda3e14209c8a997671a12b83 and SHA of
- 790f8bd96713713bbc3030eb698a85cdf43e44ab
+ - https://bitbucket.org/cffi/cffi/get/release-0.3.tar.bz2
+ has a MD5 of xxx and SHA of
+ xxx
- or get it via ``hg clone https://bitbucket.org/cffi/cffi``
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit