forked from nilp0inter/acidfile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS.txt
45 lines (29 loc) · 769 Bytes
/
NEWS.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
.. This is your project NEWS file which will contain the release notes.
.. Example: http://www.python.org/download/releases/2.6/NEWS.txt
.. The content of this file, along with README.rst, will appear in your
.. project's PyPI page.
News
====
1.2.1
-----
* Using io.open in setup.py to read README and NEWS. This fix some
problems installing the package.
+ Python 3.4 support.
1.2.0
-----
+ Python 2.6 support.
+ Added Python 3.2 and pypy to tox tests.
+ Added flattr button :D
* Fixed flake8 and pylint warnings.
1.1.0
-----
+ Python 3 support.
+ Changed testing framework to `behave` because python 3 support.
+ Using `tox` for multiple python version testing.
1.0.0
-----
* First stable release.
+ Documentation.
0.0.1
-----
* Initial development.