Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 795adc7

Browse files
committed
Release 0.27.0
1 parent 55b4443 commit 795adc7

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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+
111
0.26.4 (2018-03-23)
212
-------------------------
313

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,16 @@
4343

4444
# General information about the project.
4545
project = 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.

pygit2/_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
#
3838
# The version number of pygit2
3939
#
40-
__version__ = '0.26.4'
40+
__version__ = '0.27.0'
4141

4242

4343
#

0 commit comments

Comments
 (0)