releasing 1.1.8

This commit is contained in:
John Dickinson 2012-06-06 21:07:39 +00:00
parent 9c8eb4e470
commit b1286ddc4d
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
slogging (1.1.8)
- added metadata to objects when they are uploaded by log-uploader
- updated internal_proxy to pass memcache through to the proxy server
- fixed import bug
slogging (1.1.7)
- fixed tests are config references

View File

@ -1,7 +1,7 @@
import gettext
#: Version information (major, minor, revision[, 'dev']).
version_info = (1, 1, 7)
version_info = (1, 1, 8)
#: Version string 'major.minor.revision'.
version = __version__ = ".".join(map(str, version_info))