Bumped versioning to 1.1.0, and updated AUTHORS

This commit is contained in:
Chuck Thier
2010年10月18日 15:34:21 +00:00
parent aef00f608b
commit 76002e469f

View File

@@ -61,9 +61,10 @@ copyright = u'2010, OpenStack, LLC.'
# built documents.
#
# The short X.Y version.
version = '1.0'
from swift import __version__
version = __version__.rsplit('.', 1)[0]
# The full version, including alpha/beta/rc tags.
release = '1.0.2'
release = __version__
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Reference in New Issue
openstack/swift
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.