Skip to content

Commit

Permalink
Version Bump [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
rh0dium committed Jun 20, 2023
1 parent 7b2aea7 commit c9a0155
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions appsearch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

__name__ = "appsearch"
__author__ = "Pivotal Energy Solutions"
__version_info__ = (2, 1, 25)
__version__ = "2.1.25"
__version_info__ = (2, 1, 26)
__version__ = "2.1.26"
__date__ = "2014/07/22 4:47:00 PM"

__credits__ = ["Tim Valenta", "Steven Klass"]
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

__name__ = "appsearch"
__author__ = "Pivotal Energy Solutions"
__version_info__ = (2, 1, 25)
__version__ = "2.1.25"
__version_info__ = (2, 1, 26)
__version__ = "2.1.26"
__date__ = "2014/07/22 4:47:00 PM"

__credits__ = ["Tim Valenta", "Steven Klass"]
Expand All @@ -31,7 +31,7 @@
setup(
name="django-appsearch",
zip_safe=False, # eggs are the devil.
version="2.1.25",
version="2.1.26",
description="Framework and generic app for cross-model searches on a single page",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit c9a0155

Please sign in to comment.