Skip to content

Commit

Permalink
bump minor version
Browse files Browse the repository at this point in the history
There are new files to install and new API.
  • Loading branch information
lazka committed Feb 5, 2018
1 parent 3fae55c commit f0fdcee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/pycairo_c_api.rst
Expand Up @@ -19,7 +19,7 @@ cairo are located and what flags to pass to the compiler and linker.

1. Variant:

Only available since version 1.15.7.
Only available since version 1.16.0.

While Pycairo installs a pkg-config file, in case of virtualenvs,
installation to the user directory or when using wheels/eggs, pkg-config
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/constants.rst
Expand Up @@ -33,7 +33,7 @@ Module Functions

Gives the include path which should be passed to the compiler.

.. versionadded:: 1.15.7
.. versionadded:: 1.16.0


Module Constants
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -16,7 +16,7 @@
from distutils import log


PYCAIRO_VERSION = '1.15.7'
PYCAIRO_VERSION = '1.16.0'
CAIRO_VERSION_REQUIRED = '1.13.1'
XPYB_VERSION_REQUIRED = '1.3'

Expand Down

0 comments on commit f0fdcee

Please sign in to comment.