Skip to content

Commit

Permalink
Version bump to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakypete81 committed Oct 29, 2013
1 parent 49ddc23 commit 860845a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,21 @@
Trovebox Python Library Changelog
=================================

v0.5.1
======
* Use httpretty v0.6.5 for unit tests (#60)
* Ignore illegal TroveboxObject attributes (#61)

v0.5
====
======
* Pylint improvements - using .pylint-ignores to waive warnings (#49)
* Add support for https URLs (#51)
* Configuration improvements (#53)
* Allow https SSL verification bypass (#50)
* Test improvements (#54)

v0.4
====
======

First release

Expand Down
2 changes: 1 addition & 1 deletion trovebox/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

__version__ = "0.5"
__version__ = "0.5.1"

0 comments on commit 860845a

Please sign in to comment.