diff --git a/.gitignore b/.gitignore
index 004126d..c065fcf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@
 /librepo-ef864f0.tar.xz
 /librepo-9106f73.tar.xz
 /librepo-8a1bac3.tar.xz
+/librepo-2b2c02f.tar.xz
diff --git a/librepo.spec b/librepo.spec
index 8e4224d..2dc5db6 100644
--- a/librepo.spec
+++ b/librepo.spec
@@ -1,9 +1,9 @@
-%global gitrev 8a1bac3
+%global gitrev 2b2c02f
 # gitrev is output of: git rev-parse --short HEAD
 
 Name:		librepo
-Version:	1.5.2
-Release:	2%{?dist}
+Version:	1.6.0
+Release:	1%{?dist}
 Summary:	Repodata downloading library
 
 Group:		System Environment/Libraries
@@ -118,6 +118,12 @@ popd
 %{python3_sitearch}/
 
 %changelog
+* Tue Feb  20 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 1.6.0-1
+- Small API change: End callback now must return integer and not void)
+- downloader: Check for the lr_interrupt regularly
+- Handle exceptions in python callbacks as return values (RhBug: 1066321)
+- Support for byterange of download (RhBug: 1058777)
+
 * Tue Jan  28 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 1.5.2-2
 - Ignore rsyc mirrors silently.
 
diff --git a/sources b/sources
index 1333a6b..4f3996f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f9a3e1412033d3f21a93c7b9abb7c308  librepo-8a1bac3.tar.xz
+45d6cd4ffeffdc9eb73185c1f5a06615  librepo-2b2c02f.tar.xz