[pypy-commit] pypy cffi-complex: Update the version number here

arigo pypy.commits at gmail.com
Wed May 31 13:12:43 EDT 2017


Author: Armin Rigo <arigo at tunes.org>
Branch: cffi-complex
Changeset: r91469:d795c4cf2cd0
Date: 2017-05-31 19:12 +0200
http://bitbucket.org/pypy/pypy/changeset/d795c4cf2cd0/

Log:	Update the version number here

diff --git a/pypy/module/_cffi_backend/__init__.py b/pypy/module/_cffi_backend/__init__.py
--- a/pypy/module/_cffi_backend/__init__.py
+++ b/pypy/module/_cffi_backend/__init__.py
@@ -3,7 +3,7 @@
 from rpython.rlib import rdynload, clibffi
 from rpython.rtyper.lltypesystem import rffi
 
-VERSION = "1.10.0"
+VERSION = "1.11.0"
 
 FFI_DEFAULT_ABI = clibffi.FFI_DEFAULT_ABI
 try:


More information about the pypy-commit mailing list