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
+
1
11
0.26.4 (2018-03-23)
2
12
-------------------------
3
13
Original file line number Diff line number Diff line change 43
43
44
44
# General information about the project.
45
45
project = u'pygit2'
46
- copyright = u'2010-2015 The pygit2 contributors'
46
+ copyright = u'2010-2018 The pygit2 contributors'
47
47
48
48
# The version info for the project you're documenting, acts as replacement for
49
49
# |version| and |release|, also used in various other places throughout the
50
50
# built documents.
51
51
#
52
52
# The short X.Y version.
53
- version = '0.26 '
53
+ version = '0.27 '
54
54
# The full version, including alpha/beta/rc tags.
55
- release = '0.26.4 '
55
+ release = '0.27.0 '
56
56
57
57
# The language for content autogenerated by Sphinx. Refer to documentation
58
58
# for a list of supported languages.
Original file line number Diff line number Diff line change 37
37
#
38
38
# The version number of pygit2
39
39
#
40
- __version__ = '0.26.4 '
40
+ __version__ = '0.27.0 '
41
41
42
42
43
43
#
You can’t perform that action at this time.
0 commit comments