Skip to content

Commit

Permalink
Merge branch 'release/0.8.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
rlskoeser committed Jan 20, 2022
2 parents 4c96c5a + 285eb98 commit 2a3dbbd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
CHANGELOG
=========

0.8.1
-----
* Exclude proxy models when collecting indexable subclasses

0.8
---
* Pytest fixture ``mock_solr_queryset`` now takes optional argument for extra methods to include in fluent interface
Expand Down
2 changes: 1 addition & 1 deletion parasolr/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
default_app_config = "parasolr.apps.ParasolConfig"

__version_info__ = (0, 9, 0, "dev")
__version_info__ = (0, 8, 1, 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

0 comments on commit 2a3dbbd

Please sign in to comment.