diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 83c78b9..acf3651 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,11 @@ +Version 0.8.7a4 +============================================================ + +* Include project artifacts in sdist. (Issue #211) + - Add LICENSE, AUTHORS and CHANGELOG to MANIFEST.in +* Add "Hyde contributors to LICENSE copyright" + + Version 0.8.7a3 ============================================================ diff --git a/LICENSE b/LICENSE index c142337..3f5eb98 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,7 @@ The MIT License -Copyright (c) 2009 - 2011 Lakshmi Vyasarajan, Ringce.com +Copyright (c) 2009 - 2013 Lakshmi Vyasarajan, Ringce.com +Copyright (c) 2009 - 2013 Hyde contributors. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/MANIFEST.in b/MANIFEST.in index b412281..c740335 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,10 @@ exclude *.pyc .DS_Store .gitignore .noseids MANIFEST.in include setup.py include distribute_setup.py +include LICENSE +include README.rst +include AUTHORS.rst +include CHANGELOG.rst recursive-include hyde *.py recursive-include hyde/tests *.py recursive-include hyde/layouts *.* diff --git a/README.rst b/README.rst index 6f4aa3a..e3b6365 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -Version 0.8.7a3 +Version 0.8.7a4 A brand new **hyde** ==================== diff --git a/hyde/version.py b/hyde/version.py index e31c687..a58e5da 100644 --- a/hyde/version.py +++ b/hyde/version.py @@ -2,4 +2,4 @@ """ Handles hyde version. """ -__version__ = '0.8.7a3' +__version__ = '0.8.7a4'