releasing 1.1.8
This commit is contained in:
parent
9c8eb4e470
commit
b1286ddc4d
@ -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
|
||||
|
@ -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))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user