Skip to content

Commit e56bfa4

Browse files
committed
Change HISTORY and version
1 parent 78c41e2 commit e56bfa4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.rst

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
History
44
-------
55

6+
0.4.2 (2012-09-19)
7+
~~~~~~~~~~~~~~~~~~
8+
- Fix Python generation
9+
- Adds a debug flag to log https requests and responses
10+
- Type conversion in fields pairing
11+
612
0.4.1 (2012-09-17)
713
~~~~~~~~~~~~~~~~~~
814
- Fix missing distribution field in new models

bigml/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.4.1'
1+
__version__ = '0.4.2'

0 commit comments

Comments
 (0)