summaryrefslogtreecommitdiff
path: root/NEWS.txt
blob: 2cd4eb901a1a1c9c0e816266ee7cabedd874e634 (plain)
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
News
====

0.6.5
-----

*Release date: 2013-02-29*

* Belatedly began a NEWS.txt
* Changed pyparsing requirement for compatibility with Python version (2 vs 3)

0.6.5.1
-------

*Release date: 2013-03-18*

* Bugfix for setup.py version check for Python 2.6, contributed by Tomaz Muraus (https://bitbucket.org/kami)

0.6.6
-----

*Release date: 2013-08-06*

* Added fix by bitbucket.org/desaintmartin to silence the editor check.  bitbucket.org/catherinedevlin/cmd2/issue/1/silent-editor-check

0.6.6.1
-------

*Release date: 2013-08-14*

* No changes to code trunk.  Generated sdist from Python 2.7 to avoid 2to3 changes being applied to source.  (Issue https://bitbucket.org/catherinedevlin/cmd2/issue/6/packaging-bug)

0.6.8
-----

*Release date: 2014-12-09*

* better editor checking (by Ian Cordascu)