Skip to content

Commit

Permalink
Release v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
encukou committed Oct 4, 2019
1 parent d0f3a67 commit c596ada
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ py3c Changes
Version History
===============

v1.1 (2019-10-04)
-----------------

Compatibility:

* Tests updated to pass with Python 3.8.0rc1
* Python versions 2.6 and 3.3 are no longer tested (due to lack of CI support)


v1.0 (2018-02-06)
-----------------

Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
# built documents.
#
# The short X.Y version.
version = '1.0'
version = '1.1'
# The full version, including alpha/beta/rc tags.
release = '1.0a1'
release = '1.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion py3c.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ Description: Python 2/3 compatibility layer for C extensions
#Requires: python
#Requires: python3

Version: 1.0
Version: 1.1
Cflags: -I${includedir}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def find_headers():

setup(
name='py3c',
version='1.0',
version='1.1',
description='Python compatibility headers',
long_description=long_description,
author='Petr Viktorin',
Expand Down

0 comments on commit c596ada

Please sign in to comment.