[Python-modules-commits] [ipdb] 11/11: Preparing release 0.10.2
Andrey Rahmatullin
wrar at moszumanska.debian.org
Thu Jan 18 17:50:20 UTC 2018
This is an automated email from the git hooks/post-receive script.
wrar pushed a commit to annotated tag 0.10.2
in repository ipdb.
commit ff355ebbd8eb89e5fb1dae3ed594c98ddfac646d
Author: Georg Nebehay <gnebehay at gmail.com>
Date: Wed Jan 25 14:51:20 2017 +0100
Preparing release 0.10.2
---
HISTORY.txt | 2 +-
setup.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/HISTORY.txt b/HISTORY.txt
index e55c9a0..287e69d 100644
--- a/HISTORY.txt
+++ b/HISTORY.txt
@@ -1,7 +1,7 @@
Changelog
=========
-0.10.2 (unreleased)
+0.10.2 (2017-01-25)
-------------------
- Ask IPython which debugger class to use.
diff --git a/setup.py b/setup.py
index 385846d..485315f 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.2.dev0'
+version = '0.10.2'
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