Skip to content

Commit 82601d5

Browse files
committed
bumping version to 0.4.1
1 parent ede1f66 commit 82601d5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project
55
adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## 0.4.1
8+
### Fixed
9+
10+
- README
11+
712
## 0.4.0
813
### Added
914

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def run_tests(self):
2929

3030
setup(
3131
name="pyecoregen",
32-
version='0.4.0',
32+
version='0.4.1',
3333
description="Model to text framework for PyEcore, including the Ecore to Python generator",
3434
long_description=open('README.rst').read(),
3535
keywords="model metamodel EMF Ecore code generator",

0 commit comments

Comments
 (0)