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:
@@ -50,7 +50,7 @@ copyright = u'2013, J. David Ibáñez'
|
|||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '0.18'
|
version = '0.18'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# 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
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
@@ -23,4 +23,4 @@
|
|||||||
# the Free Software Foundation, 51 Franklin Street, Fifth Floor,
|
# the Free Software Foundation, 51 Franklin Street, Fifth Floor,
|
||||||
# Boston, MA 02110-1301, USA.
|
# Boston, MA 02110-1301, USA.
|
||||||
|
|
||||||
__version__ = '0.18.0'
|
__version__ = '0.18.1'
|
||||||
|
Reference in New Issue
Block a user