Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Bump to 8.0.1.
Browse files Browse the repository at this point in the history
Bugfixes
* #492 Prevent 500 when "version" isn't present in search
* #493 Request a page size when searching (will only be effective if regcore
  is >= 4.0.0
* #494 Prevent JS error when paging through search results
* #495 Prevent JS error when back button is pressed in search results
  • Loading branch information
CM Lubinski committed Aug 10, 2017
1 parent ac022fa commit 4a5452b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="regulations",
version="8.0.0",
version="8.0.1",
packages=find_packages(),
include_package_data=True,
install_requires=[
Expand Down

0 comments on commit 4a5452b

Please sign in to comment.