[Pkg-privacy-commits] [pyptlib] 65/136: Do the release ritual for 0.0.2.
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:25:09 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository pyptlib.
commit 4e0640de9c2e9cbb7f5fcab913bc7e60d372cca6
Author: George Kadianakis <desnacked at riseup.net>
Date: Sun Feb 17 15:59:45 2013 +0200
Do the release ritual for 0.0.2.
---
ChangeLog | 6 ++++++
MANIFEST.in | 3 ++-
setup.py | 2 +-
3 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..b2535d9
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,6 @@
+Changes in version 0.0.2 - 2013-02-17
+ - Add a MANIFEST.in file so that we can specify which files should
+ get into the release tarballs.
+
+Changes in version 0.0.1 - 2013-02-15
+ - Initial release.
diff --git a/MANIFEST.in b/MANIFEST.in
index b5fe919..f604c81 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -5,4 +5,5 @@ recursive-include sphinx *
include TODO
include README.rst
include LICENSE
-include INSTALL
\ No newline at end of file
+include INSTALL
+include ChangeLog
\ No newline at end of file
diff --git a/setup.py b/setup.py
index 93999e0..aef8482 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ import sys
from setuptools import setup
setup(name='pyptlib',
- version='0.0.1',
+ version='0.0.2',
description='A python implementation of the Pluggable Transports for Circumvention specification for Tor',
long_description='A python implementation of the Pluggable Transports for Circumvention specification for Tor',
author='asn, Brandon Wiley',
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/pyptlib.git
More information about the Pkg-privacy-commits
mailing list