Skip to content

Commit

Permalink
Upgrade to LLVM 11.1.0. (#6)
Browse files Browse the repository at this point in the history
Signed-off-by: Tao He <[email protected]>
  • Loading branch information
sighingnow committed Mar 12, 2021
1 parent f3257a7 commit 5e6df04
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/libclang-linux-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: libclang-linux-amd64
on: [push, pull_request]

env:
LLVM_VER: 11.0.1
LLVM_VER: 11.1.0

jobs:
build-and-deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/libclang-macosx-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: libclang-macosx-amd64
on: [push, pull_request]

env:
LLVM_VER: 11.0.1
LLVM_VER: 11.1.0

jobs:
build-and-deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/libclang-windows-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: libclang-windows-amd64
on: [push, pull_request]

env:
LLVM_VER: 11.0.1
LLVM_VER: 11.1.0

jobs:
build-and-deploy:
Expand Down
8 changes: 4 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,17 @@

# General information about the project.
project = 'libclang'
copyright = 'LLVM Team'
author = 'LLVM Team'
copyright = 'The LLVM Team'
author = 'The LLVM Team'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '11.0.0'
version = '11.1.0'
# The full version, including alpha/beta/rc tags.
release = '11.0.0'
release = '11.1.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
8 changes: 4 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
:Date: 2020-10-24
:Version: 11.0.0
:Authors: - LLVM Team
:Date: 2021-03-12
:Version: 11.1.0
:Authors: - The LLVM Team

.. meta::
:http-equiv=Content-Type: text/html; charset=utf-8
:keywords: Clang, Python, Bindings
:description lang=en: Clang Python Bindings.

.. automodule:: clang.cindex
:members:
:members:
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def run(self):

setup(
name='libclang',
version='11.0.1',
version='11.1.0',
description='Clang Python Bindings, mirrored from the official LLVM repo: https://github.com/llvm/llvm-project/tree/master/clang/bindings/python, to make the installation process easier.',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 5e6df04

Please sign in to comment.