Skip to content

Commit c596ada

Browse files
committed
Release v1.1
1 parent d0f3a67 commit c596ada

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

doc/source/changelog.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ py3c Changes
77
Version History
88
===============
99

10+
v1.1 (2019-10-04)
11+
-----------------
12+
13+
Compatibility:
14+
15+
* Tests updated to pass with Python 3.8.0rc1
16+
* Python versions 2.6 and 3.3 are no longer tested (due to lack of CI support)
17+
18+
1019
v1.0 (2018-02-06)
1120
-----------------
1221

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
# built documents.
5454
#
5555
# The short X.Y version.
56-
version = '1.0'
56+
version = '1.1'
5757
# The full version, including alpha/beta/rc tags.
58-
release = '1.0a1'
58+
release = '1.1'
5959

6060
# The language for content autogenerated by Sphinx. Refer to documentation
6161
# for a list of supported languages.

py3c.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ Description: Python 2/3 compatibility layer for C extensions
88
#Requires: python
99
#Requires: python3
1010

11-
Version: 1.0
11+
Version: 1.1
1212
Cflags: -I${includedir}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def find_headers():
1616

1717
setup(
1818
name='py3c',
19-
version='1.0',
19+
version='1.1',
2020
description='Python compatibility headers',
2121
long_description=long_description,
2222
author='Petr Viktorin',

0 commit comments

Comments
 (0)