Skip to content

Commit dbd6679

Browse files
committed
bump version
1 parent 752bf88 commit dbd6679

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ckanext/geodatagov/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ def db_solr_sync(dryrun, cleanup_solr, update_solr):
532532
),
533533
)
534534
def db_solr_sync_next(dryrun, cleanup_solr, update_solr):
535-
"""db solr sync next"""
535+
"""db solr sync next for catalog-next"""
536536
if dryrun:
537537
log.info("Starting dryrun to update index.")
538538

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="ckanext-geodatagov",
13-
version="0.2.8",
13+
version="0.2.9",
1414
description="",
1515
long_description=long_description,
1616
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)