Skip to content

Commit

Permalink
Bump version: 6.6.5b → 6.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
u10313335 committed Apr 10, 2024
1 parent 9334292 commit aa5dae3
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
Expand Up @@ -2,7 +2,7 @@
commit = True
tag = True
tag_name = {new_version}
current_version = 6.6.5b
current_version = 6.6.5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+))?
serialize =
{major}.{minor}.{patch}{release}
Expand Down
2 changes: 1 addition & 1 deletion ckanext/data_depositario/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# this is a namespace package

__version__ = '6.6.5b'
__version__ = '6.6.5'

try:
import pkg_resources
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import sys, os

version = '6.6.5b'
version = '6.6.5'

entry_points = {
'ckan.plugins': [
Expand Down

0 comments on commit aa5dae3

Please sign in to comment.