Skip to content

Commit

Permalink
Bump to 2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Schnouki committed Jun 11, 2020
1 parent 0da067b commit acb4de4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2012-2019 Doist
Copyright (c) 2012-2020 Doist

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ python-timezones
A Python library that provides better selection of common timezones,
can output HTML and auto select the best timezone based on user's IP.

Visit http://doist.github.com/python-timezones/ for more information.
Visit http://doist.github.io/python-timezones/ for more information.

Copyright: 2012-2019 by Doist
Copyright: 2012-2020 by Doist
License: MIT.
2 changes: 1 addition & 1 deletion timezones/__version__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import print_function

VERSION = (2, 0, 6)
VERSION = (2, 0, 7)
__version__ = ".".join(map(str, VERSION))

if __name__ == "__main__":
Expand Down

0 comments on commit acb4de4

Please sign in to comment.