Skip to content
This repository has been archived by the owner on Jan 13, 2019. It is now read-only.

Commit

Permalink
1.0.0 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
jjangsangy committed Dec 19, 2014
1 parent 4c8f182 commit 4a722e6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
Release History
=================

1.0.0 (2014-12-18)
------------------
- Bug fix with lines longer than 1000 chars
- Fixed another unicode bug
- Improved Python 2/3 Compatability
- Implemented text transliteration where available
- Implemented simple File IO
- Better utilization of thread pools using futures module.
- Vendorized dependencies
- Swapped transport API from urllib2 with Requests
- SSL/TLS integration for secure web requests


0.2.3 (2014-12-08)
-------------------
- Bug fix with double output
Expand Down
4 changes: 2 additions & 2 deletions translate/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.2.3'
__build__ = 'release'
__version__ = '1.0.0'
__build__ = 'beta'

0 comments on commit 4a722e6

Please sign in to comment.