File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed
Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1+ 0.27.0 (2018-03-30)
2+ -------------------------
3+
4+ - Update to libgit2 v0.27
5+ `#783 <https://github.com/libgit2/pygit2/pull/783 >`_
6+
7+ - Fix for GCC 4
8+ `#786 <https://github.com/libgit2/pygit2/pull/786 >`_
9+
10+
1110.26.4 (2018-03-23)
212-------------------------
313
Original file line number Diff line number Diff line change 4343
4444# General information about the project.
4545project = u'pygit2'
46- copyright = u'2010-2015 The pygit2 contributors'
46+ copyright = u'2010-2018 The pygit2 contributors'
4747
4848# The version info for the project you're documenting, acts as replacement for
4949# |version| and |release|, also used in various other places throughout the
5050# built documents.
5151#
5252# The short X.Y version.
53- version = '0.26 '
53+ version = '0.27 '
5454# The full version, including alpha/beta/rc tags.
55- release = '0.26.4 '
55+ release = '0.27.0 '
5656
5757# The language for content autogenerated by Sphinx. Refer to documentation
5858# for a list of supported languages.
Original file line number Diff line number Diff line change 3737#
3838# The version number of pygit2
3939#
40- __version__ = '0.26.4 '
40+ __version__ = '0.27.0 '
4141
4242
4343#
You can’t perform that action at this time.
0 commit comments