We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8a6ea4 commit 3748712Copy full SHA for 3748712
2 files changed
CHANGES.txt
@@ -59,3 +59,6 @@ v0.2.0, 2014-12-22 --
59
issues
60
- Fixed URLs specified without protocol
61
- Removed README.md and moved README.txt to README.rst.
62
+
63
+v0.2.1, 2014-12-22 --
64
+ - fixed an oopsy in setup.py and some other minor tweaks to docs
imageresolver/__init__.py
@@ -20,7 +20,7 @@
20
import logging
21
22
logger = logging.getLogger('ImageResolver')
23
-__version__ = "0.2.0"
+__version__ = "0.2.1"
24
25
# add the vendor directories to our path
26
module_path = os.path.dirname(__file__)
0 commit comments