We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ede1f66 commit 82601d5Copy full SHA for 82601d5
CHANGELOG.md
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project
5
adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7
+## 0.4.1
8
+### Fixed
9
+
10
+- README
11
12
## 0.4.0
13
### Added
14
setup.py
@@ -29,7 +29,7 @@ def run_tests(self):
29
30
setup(
31
name="pyecoregen",
32
- version='0.4.0',
+ version='0.4.1',
33
description="Model to text framework for PyEcore, including the Ecore to Python generator",
34
long_description=open('README.rst').read(),
35
keywords="model metamodel EMF Ecore code generator",
0 commit comments