Release 0.18.1

Changes:

- (#203) Now Repository.head returns the resolved reference, not the
  commit

- (#210) Fix refcount error in Repository.create_remote

- (#212) Improved diff documentation

Thanks to Jun Omae and Nico von Geyso.
This commit is contained in:
J. David Ibáñez 2013-04-20 22:27:09 +02:00
parent c6a7cdd7f6
commit e86fee5c7e
2 changed files with 2 additions and 2 deletions

@ -50,7 +50,7 @@ copyright = u'2013, J. David Ibáñez'
# 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.

@ -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'