From 56d9c2c433b7b701f84c2166ecb7d54246ded413 Mon Sep 17 00:00:00 2001 From: aranega Date: Mon, 11 Mar 2024 10:44:43 -0600 Subject: [PATCH 1/3] =?UTF-8?q?Bump=20version:=200.15.0=20=E2=86=92=200.15?= =?UTF-8?q?.1-dev?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- doc/source/conf.py | 4 ++-- pyecore/__init__.py | 2 +- setup.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 004a77e..1fc2e6e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.15.0 +current_version = 0.15.1-dev commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+))? diff --git a/doc/source/conf.py b/doc/source/conf.py index 8617c18..67126c4 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -58,9 +58,9 @@ # built documents. # # The short X.Y version. -version = '0.15.0' +version = '0.15.1-dev' # The full version, including alpha/beta/rc tags. -release = '0.15.0' +release = '0.15.1-dev' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pyecore/__init__.py b/pyecore/__init__.py index cba6e44..0c5b197 100644 --- a/pyecore/__init__.py +++ b/pyecore/__init__.py @@ -2,4 +2,4 @@ """ -__version__ = "0.15.0" +__version__ = "0.15.1-dev" diff --git a/setup.py b/setup.py index f22ef1a..ea47aab 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( name='pyecore', - version='0.15.0', + version='0.15.1-dev', description=('A Python(ic) Implementation of the Eclipse Modeling ' 'Framework (EMF/Ecore)'), long_description=open('README.rst').read(), From 45b3f9530db144bdfbcc454bd1d8c6d0cd12e2b1 Mon Sep 17 00:00:00 2001 From: aranega Date: Mon, 11 Mar 2024 11:09:01 -0600 Subject: [PATCH 2/3] Update CHANGELOG.rst --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 25916e5..27bec88 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,7 +1,7 @@ Changelog --------- -0.15.0 +0.15.1 ++++++ **Features** From 3f109ce118fd9d738c259a9aa953f8f8fe48fe45 Mon Sep 17 00:00:00 2001 From: aranega Date: Mon, 11 Mar 2024 11:09:32 -0600 Subject: [PATCH 3/3] =?UTF-8?q?Bump=20version:=200.15.1-dev=20=E2=86=92=20?= =?UTF-8?q?0.15.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- doc/source/conf.py | 4 ++-- pyecore/__init__.py | 2 +- setup.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1fc2e6e..afce951 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.15.1-dev +current_version = 0.15.1 commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+))? diff --git a/doc/source/conf.py b/doc/source/conf.py index 67126c4..4eed795 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -58,9 +58,9 @@ # built documents. # # The short X.Y version. -version = '0.15.1-dev' +version = '0.15.1' # The full version, including alpha/beta/rc tags. -release = '0.15.1-dev' +release = '0.15.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pyecore/__init__.py b/pyecore/__init__.py index 0c5b197..066958f 100644 --- a/pyecore/__init__.py +++ b/pyecore/__init__.py @@ -2,4 +2,4 @@ """ -__version__ = "0.15.1-dev" +__version__ = "0.15.1" diff --git a/setup.py b/setup.py index ea47aab..f4f3317 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( name='pyecore', - version='0.15.1-dev', + version='0.15.1', description=('A Python(ic) Implementation of the Eclipse Modeling ' 'Framework (EMF/Ecore)'), long_description=open('README.rst').read(),