Skip to content

Commit

Permalink
Merge branch 'release/1.1.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
tanbro committed Dec 17, 2016
2 parents bd4f345 + 7b67503 commit c9d0934
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Install

2. Install `python`_

install `python`_ 2.7 or `python`_ 3.4+.
install `python`_ 2.7 or `python`_ 3.3+.

3. Install eXosip2CTypes

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
# The short X.Y version.
version = '1.1'
# The full version, including alpha/beta/rc tags.
release = '1.1.2'
release = '1.1.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setup(
name='exosip2ctypes',
version='0.1.2.post7',
version='1.1.3',
tests_require=TESTS_REQUIRE,
install_requires=INSTALL_REQUIRES,
# include all packages under src, or special packages in a list.
Expand Down
2 changes: 1 addition & 1 deletion src/exosip2ctypes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@
from .version import *

#: version of the package, equal :data:`version.version`
__version__ = '1.1.2'
__version__ = '1.1.3'
__date__ = '2016-12-16'

0 comments on commit c9d0934

Please sign in to comment.