Skip to content

Commit

Permalink
Merge 6517923 into 68cd605
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbedrich committed Oct 3, 2018
2 parents 68cd605 + 6517923 commit ee3f188
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pycaching/cache.py
Expand Up @@ -32,8 +32,8 @@ class Cache(object):
# generated by util.get_possible_attributes()
# TODO: smarter way of keeping attributes up to date
_possible_attributes = {
"AbandonedBuilding": "Abandoned Structure",
"UV": "UV Light Required",
"abandonedbuilding": "Abandoned Structure",
"uv": "UV Light Required",
"available": "Available at all times",
"bicycles": "Bicycles",
"boat": "Boat",
Expand Down Expand Up @@ -92,7 +92,7 @@ class Cache(object):
"teamwork": "Teamwork Required",
"thorn": "Thorns",
"ticks": "Ticks",
"touristOK": "Tourist Friendly",
"touristok": "Tourist Friendly",
"treeclimbing": "Tree Climbing",
"wading": "May require wading",
"water": "Drinking water nearby",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -42,7 +42,7 @@ def run(self):

info = {
"name": "pycaching",
"version": "3.6.7", # PEP 386
"version": "3.6.8", # PEP 386
"author": "Tomas Bedrich",
"author_email": "ja@tbedrich.cz",
"url": "https://github.com/tomasbedrich/pycaching",
Expand Down

0 comments on commit ee3f188

Please sign in to comment.