diff --git a/CHANGELOG.md b/CHANGELOG.md index a2f6229..b410147 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 0.4.1 +### Fixed + +- README + ## 0.4.0 ### Added diff --git a/setup.py b/setup.py index f660507..88fb445 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ def run_tests(self): setup( name="pyecoregen", - version='0.4.0', + version='0.4.1', description="Model to text framework for PyEcore, including the Ecore to Python generator", long_description=open('README.rst').read(), keywords="model metamodel EMF Ecore code generator",