Skip to content

Commit

Permalink
Merge branch 'release/0.6' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
rlskoeser committed Dec 22, 2020
2 parents 22dd7a9 + b1954a6 commit 688704e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion parasolr/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

default_app_config = 'parasolr.apps.ParasolConfig'

__version_info__ = (0, 6, 0, 'dev')
__version_info__ = (0, 6, 0, None)

# Dot-connect all but the last. Last is dash-connected if not None.
__version__ = '.'.join([str(i) for i in __version_info__[:-1]])
Expand Down
2 changes: 1 addition & 1 deletion requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Jinja2==2.10.1
MarkupSafe==1.1.1
more-itertools==7.0.0
packaging==19.0
-e git+git@github.com:Princeton-CDH/parasolr.git@29eab586fc73f01cb2e1c63846f16bf09253a693#egg=parasolr
-e git+git@github.com:Princeton-CDH/parasolr.git@8e9cfff9aef6652b6c50d0c20a317f609f6b8b6a#egg=parasolr
pkginfo==1.5.0.1
pluggy==0.12.0
pockets==0.7.2
Expand Down

0 comments on commit 688704e

Please sign in to comment.