Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
FuhuXia committed Aug 22, 2024
1 parent 752bf88 commit dbd6679
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ckanext/geodatagov/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ def db_solr_sync(dryrun, cleanup_solr, update_solr):
),
)
def db_solr_sync_next(dryrun, cleanup_solr, update_solr):
"""db solr sync next"""
"""db solr sync next for catalog-next"""
if dryrun:
log.info("Starting dryrun to update index.")

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="ckanext-geodatagov",
version="0.2.8",
version="0.2.9",
description="",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit dbd6679

Please sign in to comment.