Skip to content

Commit

Permalink
Version 0.0.34.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga committed Jan 13, 2020
1 parent 3a12c0c commit 2b873d2
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker/law-py27/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM centos:7

# labels
LABEL name="law-py27"
LABEL version="0.0.33"
LABEL version="0.0.34"

# workdir
WORKDIR /root
Expand Down
2 changes: 1 addition & 1 deletion docker/law-py37/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM centos:7

# labels
LABEL name="law-py37"
LABEL version="0.0.33"
LABEL version="0.0.34"

# workdir
WORKDIR /root
Expand Down
2 changes: 1 addition & 1 deletion docker/law-py38/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM centos:7

# labels
LABEL name="law-py38"
LABEL version="0.0.33"
LABEL version="0.0.34"

# workdir
WORKDIR /root
Expand Down
2 changes: 1 addition & 1 deletion law/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
__contact__ = "https://github.com/riga/law"
__license__ = "BSD-3-Clause"
__status__ = "Development"
__version__ = "0.0.33"
__version__ = "0.0.34"
1 change: 0 additions & 1 deletion law/patches.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
__all__ = ["patch_all"]


import os
import logging

import luigi
Expand Down

0 comments on commit 2b873d2

Please sign in to comment.