Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Merge tag '8.6' into develop
Browse files Browse the repository at this point in the history
* Backport fixes from PyEcore for Python 3
  • Loading branch information
aranega committed Jul 24, 2018
2 parents 98169cc + d768730 commit 94de706
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.8.6-dev
current_version = 0.8.6
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
Expand Down
2 changes: 1 addition & 1 deletion pyecore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""
from .utils import install_issubclass_patch

__version__ = "0.8.6-dev"
__version__ = "0.8.6"


install_issubclass_patch()
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='pyecore-py2',
version='0.8.6-dev',
version='0.8.6',
description=('A Python(ic) Implementation of the Eclipse Modeling '
'Framework (EMF/Ecore), Python 2.7 backport'),
long_description=open('README.rst').read(),
Expand Down

0 comments on commit 94de706

Please sign in to comment.