Skip to content

Commit

Permalink
Bump patch version.
Browse files Browse the repository at this point in the history
Bug Fixes
* Ensure compatibility with recent versions of futures/enum34 eregs#516
* Avoid 500 when missing data eregs#515 (thanks to first time contributor,
 @lbeaufort!)
* Fix bug which would turn &section links into §
  • Loading branch information
CM Lubinski committed May 15, 2018
1 parent 7b901fa commit 7714ce8
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.4.1",
version="8.4.2",
packages=find_packages(),
include_package_data=True,
install_requires=[
Expand Down

0 comments on commit 7714ce8

Please sign in to comment.