Skip to content

Commit e86fee5

Browse files
committed
Release 0.18.1
Changes: - (libgit2#203) Now Repository.head returns the resolved reference, not the commit - (libgit2#210) Fix refcount error in Repository.create_remote - (libgit2#212) Improved diff documentation Thanks to Jun Omae and Nico von Geyso.
1 parent c6a7cdd commit e86fee5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
# The short X.Y version.
5151
version = '0.18'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '0.18.0'
53+
release = '0.18.1'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

pygit2/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
# the Free Software Foundation, 51 Franklin Street, Fifth Floor,
2424
# Boston, MA 02110-1301, USA.
2525

26-
__version__ = '0.18.0'
26+
__version__ = '0.18.1'

0 commit comments

Comments
 (0)