[Python-modules-commits] [ipdb] 09/11: Preparing release 0.10.1
Andrey Rahmatullin
wrar at moszumanska.debian.org
Fri Aug 5 16:28:44 UTC 2016
This is an automated email from the git hooks/post-receive script.
wrar pushed a commit to branch master
in repository ipdb.
commit cb3167b94a4ea5d052130c8dbb186d57aa2aa2ae
Author: Godefroid Chapelle <gotcha at bubblenet.be>
Date: Tue Jun 14 23:07:58 2016 +0200
Preparing release 0.10.1
---
HISTORY.txt | 2 +-
setup.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/HISTORY.txt b/HISTORY.txt
index 2b4129f..d8c971a 100644
--- a/HISTORY.txt
+++ b/HISTORY.txt
@@ -1,7 +1,7 @@
Changelog
=========
-0.10.1 (unreleased)
+0.10.1 (2016-06-14)
-------------------
- Support IPython 5.0.
diff --git a/setup.py b/setup.py
index a909287..85055a4 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@
from setuptools import setup, find_packages
from sys import version_info
-version = '0.10.1.dev0'
+version = '0.10.1'
long_description = (open('README.rst').read() +
'\n\n' + open('HISTORY.txt').read())
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/ipdb.git
More information about the Python-modules-commits
mailing list