Skip to content

Commit

Permalink
Release 0.18.1
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jdavid committed Apr 20, 2013
1 parent c6a7cdd commit e86fee5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '0.18'
# The full version, including alpha/beta/rc tags.
release = '0.18.0'
release = '0.18.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pygit2/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
# the Free Software Foundation, 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA.

__version__ = '0.18.0'
__version__ = '0.18.1'

0 comments on commit e86fee5

Please sign in to comment.