Skip to content

Commit 3748712

Browse files
committed
updated abpy for a bug
1 parent d8a6ea4 commit 3748712

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,6 @@ v0.2.0, 2014-12-22 --
5959
issues
6060
- Fixed URLs specified without protocol
6161
- 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import logging
2121

2222
logger = logging.getLogger('ImageResolver')
23-
__version__ = "0.2.0"
23+
__version__ = "0.2.1"
2424

2525
# add the vendor directories to our path
2626
module_path = os.path.dirname(__file__)

0 commit comments

Comments
 (0)