Skip to content

Commit

Permalink
Release v0.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilland committed Mar 27, 2014
1 parent a297578 commit 2a1929d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -7,7 +7,7 @@
|_|\__,_|\__,_|\__,_|\___|_|
```

[![Package Version](https://pypip.in/v/ladder/badge.png?v=0.2.0)](https://pypi.python.org/pypi/ladder/)
[![Package Version](https://pypip.in/v/ladder/badge.png?v=0.2.1)](https://pypi.python.org/pypi/ladder/)
[![Build Status](https://travis-ci.org/dgilland/ladder.png?branch=master)](https://travis-ci.org/dgilland/ladder)
[![Coverage Status](https://coveralls.io/repos/dgilland/ladder/badge.png?branch=master)](https://coveralls.io/r/dgilland/ladder)
[![License](https://pypip.in/license/ladder/badge.png)](https://pypi.python.org/pypi/ladder/)
Expand Down Expand Up @@ -110,11 +110,11 @@ Need that slash at the end?
```python
print(URL('/').search)
# /search
# well that isn't what you want
# ...well that isn't what you want

print(URL('/', append_slash=True).search)
# /search/
# ah, that's better!
# ...ah, that's better!
```

Create partial URL paths:
Expand Down
2 changes: 1 addition & 1 deletion ladder/__meta__.py
Expand Up @@ -15,7 +15,7 @@
__summary__ = 'HTTP client wrapper with URL generation via object notation and argument passing'
__url__ = 'https://github.com/dgilland/ladder'

__version__ = '0.2.0'
__version__ = '0.2.1'

__author__ = 'Derrick Gilland'
__email__ = 'dgilland@gmail.com'
Expand Down

0 comments on commit 2a1929d

Please sign in to comment.