Skip to content

Commit

Permalink
Bump version to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
encukou committed Nov 29, 2020
1 parent 7d59929 commit 52951e6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/source/changelog.rst
Expand Up @@ -7,7 +7,7 @@ py3c Changes
Version History
===============

v1.3 (upcoming)
v1.3 (2020-11-29)
-----------------

Compatibility:
Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Expand Up @@ -53,9 +53,9 @@
# built documents.
#
# The short X.Y version.
version = '1.2'
version = '1.3'
# The full version, including alpha/beta/rc tags.
release = '1.2'
release = '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 py3c.pc.in
Expand Up @@ -8,5 +8,5 @@ Description: Python 2/3 compatibility layer for C extensions
#Requires: python
#Requires: python3

Version: 1.2
Version: 1.3
Cflags: -I${includedir}
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -16,7 +16,7 @@ def find_headers():

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

0 comments on commit 52951e6

Please sign in to comment.