diff --git a/CHANGELOG.md b/CHANGELOG.md index a8dcef4..abec895 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Tracking changes for Subrosa versions. Visit [https://github.com/exaroth/subrosa.git](https://github.com/exaroth/subrosa.git) for complete history revision. -## 0.4 ( in progress ) +## 0.3.1 * Added documentation * Added archives page diff --git a/setup.py b/setup.py index 367a496..03833a4 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name = "Subrosa", - version = "0.3", + version = "0.3.2", author = "Konrad Wasowicz", author_email = "exaroth@gmail.com", description = "Simple and elegant blogging system", diff --git a/subrosa/__init__.py b/subrosa/__init__.py index c1d2c36..0b107de 100644 --- a/subrosa/__init__.py +++ b/subrosa/__init__.py @@ -15,7 +15,7 @@ __title__= "subrosa" __author__ = "Konrad Wasowicz" -__version__ = "0.3" +__version__ = "0.3.2" import os