diff --git a/.gitignore b/.gitignore
index 62c5e47..fa36f09 100644
--- a/.gitignore
+++ b/.gitignore
@@ -47,3 +47,4 @@
 /subscription-manager-1.13.6.tar.gz
 /subscription-manager-1.13.9.tar.gz
 /subscription-manager-1.13.12.tar.gz
+/subscription-manager-1.13.13.tar.gz
diff --git a/sources b/sources
index 554eec5..90e67c0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e205e5e21d980a4a429439397018dff4  subscription-manager-1.13.12.tar.gz
+469b6ceb694bd658cf9e7ff54875a730  subscription-manager-1.13.13.tar.gz
diff --git a/subscription-manager.spec b/subscription-manager.spec
index fb26058..38ac330 100644
--- a/subscription-manager.spec
+++ b/subscription-manager.spec
@@ -21,7 +21,7 @@
 %endif
 
 Name: subscription-manager
-Version: 1.13.12
+Version: 1.13.13
 Release: 1%{?dist}
 Summary: Tools and libraries for subscription and repository management
 Group:   System Environment/Base
@@ -40,7 +40,7 @@ Requires:  python-ethtool
 Requires:  python-iniparse
 Requires:  pygobject2
 Requires:  virt-what
-Requires:  python-rhsm >= 1.13.5
+Requires:  python-rhsm >= 1.13.10
 Requires:  dbus-python
 Requires:  yum >= 3.2.19-15
 Requires:  usermode
@@ -466,6 +466,23 @@ fi
 %endif
 
 %changelog
+* Wed Jan 14 2015 William Poteat <wpoteat@redhat.com> 1.13.13-1
+- 1175284: Show warning for crossdev --noarchive (wpoteat@redhat.com)
+- Add missing import of GMT() (alikins@redhat.com)
+- 1180400: "Status Details" are now populated on CLI (crog@redhat.com)
+- 1180395: Added "Provides Management" to subman list output (crog@redhat.com)
+- Bumping required python-rhsm version (mstead@redhat.com)
+- Don't fail when product cache has an old format. (awood@redhat.com)
+- Use custom JSON encoding function to encode sets. (awood@redhat.com)
+- Make 'attach' auto unless otherwise specified. (alikins@redhat.com)
+- Add product tag reporting to client. (awood@redhat.com)
+- 1175185: Removed extra slash from rhsm-debug output (crog@redhat.com)
+- 1175291: Fixed a bug with attaching pools via empty file (crog@redhat.com)
+- 1070585: Changed button label from "Ok" to "Save" (crog@redhat.com)
+- 1122530: Updated man page examples (crog@redhat.com)
+- 1132981: Reverted removal of warning message (crog@redhat.com)
+- 1058231: Adjusted "last update" label positioning (crog@redhat.com)
+
 * Thu Dec 11 2014 William Poteat <wpoteat@redhat.com> 1.13.12-1
 - Latest strings from zanata. (alikins@redhat.com)
 - 1122530: Removed/updated more obsoleted documentation, dates and versions