Merge branch 'hotfix/0.5.1'
commit
4491b3e01e
|
@ -6,10 +6,29 @@ All notable changes to this project will be documented in this file.
|
|||
This project adheres to `PEP 440 <https://www.python.org/dev/peps/pep-0440/>`_.
|
||||
|
||||
|
||||
0.5.1_ - 2017-08-17
|
||||
===================
|
||||
|
||||
.. _0.5.1: https://code.lapwing.org/devops/sponson/tree/master
|
||||
|
||||
|
||||
Changed
|
||||
-------
|
||||
|
||||
- Create source tarballs using ``setup.py``
|
||||
|
||||
|
||||
Fixed
|
||||
-----
|
||||
|
||||
- Documentation links
|
||||
|
||||
|
||||
|
||||
0.5.0_ - 2017-08-16
|
||||
===================
|
||||
|
||||
.. _0.5.0: https://code.lapwing.org/devops/sponson/tree/master
|
||||
.. _0.5.0: https://code.lapwing.org/devops/sponson/tree/e22b701011450240a17e8cdd09492cee5235a966
|
||||
|
||||
Added
|
||||
-----
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
graft selinux
|
||||
graft docs
|
||||
prune docs/_build
|
||||
include CHANGELOG.rst
|
||||
include LICENCE
|
||||
include sponson-bash-completion.sh
|
2
setup.py
2
setup.py
|
@ -32,7 +32,7 @@ setup(
|
|||
},
|
||||
classifiers=[
|
||||
"Environment :: Console",
|
||||
"Development Status :: 2 - Pre-Alpha",
|
||||
"Development Status :: 3 - Alpha",
|
||||
"Intended Audience :: Developers",
|
||||
"Intended Audience :: System Administrators",
|
||||
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
|
||||
|
|
|
@ -29,6 +29,6 @@ in a Docker-like way, without using Docker.
|
|||
|
||||
__title__ = "Sponson `systemd-nspawn` wrapper"
|
||||
__author__ = "Sam Black <samwwwblack@lapwing.org>"
|
||||
__version__ = "0.5.0.2"
|
||||
__version__ = "0.5.1"
|
||||
__license__ = "GPLv3"
|
||||
__copyright__ = "Copyright (c) 2015-2017 Sam Black"
|
||||
|
|
Loading…
Reference in New Issue