CHANGES
=======

* Workflow documentation is now in infra-manual
* Updated from global requirements
* Stop using intersphinx
* Updated from global requirements
* Updated from global requirements
* Updated from global requirements
* Updated from global requirements
* Updated from global requirements
* Updated from global requirements
* Updated from global requirements
* Updated from global requirements
* Switch to oslosphinx
* Updated from global requirements
* Remove vim header
* Remove tox locale overrides
* Sync sphinx version pinning from requirements repo
* Support building wheels (PEP-427)
* Sync with global requirements
* Remove bad parameter for cfg.get
* Use properties for various version strings
* Remove some old weird methods
* Expose VersionInfo from oslo.version package
* Fix setup.cfg
* Make the tests actually run
* Added pypy to the tox envs
* Fix sphinx build
* Turn things into oslo.version
* Add version override support from nova
* Clean up hacking and path issues with d2to1
* Remove explicit depend on distribute
* Use pip instead of easy_install for installation
* More python3 compatibility
* python3: Use six everywhere
* Add vim and emacs files to .gitignore
* Fix tox.ini to not reference deleted testenv
* Cosmetic doc fixes
* Update to d2to1 0.2.10
* Don't try to smart find packages that aren't there
* Add more iterations to BuildDoc coverage
* Align Sphinx autodoc options with oslo
* Add support for configuring pbr sphinx options
* Added version code
* Update tox to run hacking
* Update documentation for release
* Rename back to PBR
* Add contributing file
* Fix .gitreview file
* Add docs dir
* Amended README testing instructions
* Update README with test running instructions
* Move sphinx to test-reuqirements
* Update docs
* Just use d2to1 via hooks mechanism
* Remove version that had been used for testing
* Fix things up to work with nova
* Split out oslo.packaging
* openstack.common.setup: fails to get version from git
* Change the check for the existence of .git directory
* returncode for Popen is valid only after communicate call
* Allow running test in uninstalled source tree
* Fix Pep8 Warning
* setup: count revs for revno if there are no tags
* Use revno and git sha for pre-release versioning
* Add env var version override for packagers
* trivial pep whitespace fix
* Remove write_requirements
* Stop using no longer valid -E option for pip
* use regexp to parse the mailmap
* Simplify version processing
* Add a latex command to our sphinx builders
* Fixes setup compatibility issue on Windows
* Fix a logic error in stable version calculation
* Fix a couple of file handle leaks, using with statements
* Ignore the stackforge jenkins email address
* Fix errors reported by pyflakes
* Add SKIP_GENERATE_AUTHORS option to setup.py
* Add SKIP_WRITE_GIT_CHANGELOG option to setup.py
* Fix up pre-versioning based on testing in glance
* Fix mailmap
* Split read_versioninfo into a method
* Add support for tag based versioning
* Skip argparse when injecting requirements
* Add autodoc generation to the build_sphinx command
* Added support for proper bare URLs
* Backslash continuation removal (common folsom-1)
* Encapsulate common sdist actions into a cmdclass
* Truly handle mailmap entries for all combinations
* Handle authors existed before VCS was around
* Add AUTHORS generation function
* Several changes that I accidentally committed to d2to1's old repository. See the changes to the changelog for more details
* Add git changelog method
* Add git vcsversion method
* Updated tox config for multi-python testing
* Split functions to avoid eventlet import
* merge in upstream
* Initial skeleton project
