From 1b36cae3607ce1d004af9d6e882f5ce6c9f7b914 Mon Sep 17 00:00:00 2001 From: Sol Lee Date: Thu, 4 Jan 2024 01:29:56 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=206.6.3b=20=E2=86=92=206.6.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- ckanext/data_depositario/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8a93133..09667c2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -2,7 +2,7 @@ commit = True tag = True tag_name = {new_version} -current_version = 6.6.3b +current_version = 6.6.3 parse = (?P\d+)\.(?P\d+)\.(?P\d+)((?P[a-z]+))? serialize = {major}.{minor}.{patch}{release} diff --git a/ckanext/data_depositario/__init__.py b/ckanext/data_depositario/__init__.py index 079941d..59fa5cf 100644 --- a/ckanext/data_depositario/__init__.py +++ b/ckanext/data_depositario/__init__.py @@ -1,6 +1,6 @@ # this is a namespace package -__version__ = '6.6.3b' +__version__ = '6.6.3' try: import pkg_resources diff --git a/setup.py b/setup.py index 22f387e..8cea073 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import sys, os -version = '6.6.3b' +version = '6.6.3' entry_points = { 'ckan.plugins': [