summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstrcmp <strcmp@singletonclass.com>2015-10-14 19:59:32 +0100
committerstrcmp <strcmp@singletonclass.com>2015-10-14 19:59:32 +0100
commitfc1502e69aa19c4d536f6b3fae1ceb4d608750fd (patch)
treebd9481c86593ee89174c67c630c76c61285b702f
parent11e3a28ece6af8b301795a05677b4a699685fb6a (diff)
downloadpry-0-10-stable-windows-fix.tar.gz
-rw-r--r--CHANGELOG.md4
-rw-r--r--lib/pry/version.rb2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 404686d0..392f9bda 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+### 0.10.3
+
+* cherry-pick 0d1d72b and e0e5c75 to fix the install of Pry on Windows.
+
### 0.10.2
* cherry-pick c2ed9ec135bd791a32c70fbe05cc0508ea17c4040e from master (fix inf. loop with prepended methods source retrieval)
diff --git a/lib/pry/version.rb b/lib/pry/version.rb
index f7d2ab13..2a6bcc61 100644
--- a/lib/pry/version.rb
+++ b/lib/pry/version.rb
@@ -1,3 +1,3 @@
class Pry
- VERSION = "0.10.2"
+ VERSION = "0.10.3"
end