[Python-modules-commits] [ipdb] 14/14: Preparing release 0.10.3
Andrey Rahmatullin
wrar at moszumanska.debian.org
Thu Jan 18 17:50:22 UTC 2018
This is an automated email from the git hooks/post-receive script.
wrar pushed a commit to annotated tag 0.10.3
in repository ipdb.
commit 2910d67585a95b338746ac1d20b96a4012b5f0e8
Author: Godefroid Chapelle <gotcha at bubblenet.be>
Date: Sat Apr 22 11:30:49 2017 +0200
Preparing release 0.10.3
---
HISTORY.txt | 2 +-
setup.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/HISTORY.txt b/HISTORY.txt
index c298e5a..236cebc 100644
--- a/HISTORY.txt
+++ b/HISTORY.txt
@@ -1,7 +1,7 @@
Changelog
=========
-0.10.3 (unreleased)
+0.10.3 (2017-04-22)
-------------------
- For users using python 2.6, do not install IPython >= 2.0.0.
diff --git a/setup.py b/setup.py
index 4fd0642..c88244f 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.3.dev0'
+version = '0.10.3'
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