# HG changeset patch # User Vlad Glagolev # Date 1226001761 -10800 # Node ID bf34534a0acd57ec14c46054a9ce207e19a3a100 # Parent 5c91081c6c614ed32a82f4ab04577f560df887bb pycweather: 0.1.2 diff -r 5c91081c6c61 -r bf34534a0acd ChangeLog --- a/ChangeLog Thu Nov 06 23:01:45 2008 +0300 +++ b/ChangeLog Thu Nov 06 23:02:41 2008 +0300 @@ -1,3 +1,4 @@ 2008-11-06 Vlad Glagolev + * bump to 0.1.2 + * removed useless installation of text files for now * initial release - * removed useless installation of text files for now diff -r 5c91081c6c61 -r bf34534a0acd pycweather/__init__.py --- a/pycweather/__init__.py Thu Nov 06 23:01:45 2008 +0300 +++ b/pycweather/__init__.py Thu Nov 06 23:02:41 2008 +0300 @@ -18,4 +18,4 @@ """ pycweather/__init__.py: initialization script """ -__version__ = "0.1.1" +__version__ = "0.1.2"