Skip to content

Commit

Permalink
Release 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Toilal committed Oct 31, 2015
1 parent 3618b3f commit d86c08f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
Changelog
=========

0.5.5-dev
0.5.5
-----
**release date:** 2015-10-31

* Fix hasattr on Country object when called with an invalid attribute

0.5.4
-----
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


setup(name='babelfish',
version='0.5.5-dev',
version='0.5.5',
license='BSD',
description='A module to work with countries and languages',
long_description=open('README.rst').read() + '\n\n' + open('HISTORY.rst').read(),
Expand All @@ -32,6 +32,7 @@
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Topic :: Multimedia :: Video',
'Topic :: Software Development :: Libraries :: Python Modules'],
test_suite='babelfish.tests.suite')

0 comments on commit d86c08f

Please sign in to comment.