Browse Source

Ship 0.2.1

Aanand Prasad 11 years ago
parent
commit
6bad9484be
2 changed files with 6 additions and 1 deletions
  1. 5 0
      CHANGES.md
  2. 1 1
      fig/__init__.py

+ 5 - 0
CHANGES.md

@@ -1,6 +1,11 @@
 Change log
 ==========
 
+0.2.1 (2014-02-04)
+------------------
+
+ - General improvements to error reporting (#77, #79)
+
 0.2.0 (2014-01-31)
 ------------------
 

+ 1 - 1
fig/__init__.py

@@ -1,4 +1,4 @@
 from __future__ import unicode_literals
 from .service import Service
 
-__version__ = '0.2.0'
+__version__ = '0.2.1'