[Python-modules-commits] [ipdb] 01/14: Back to development: 0.10.3
Andrey Rahmatullin
wrar at moszumanska.debian.org
Thu Jan 18 17:50:21 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 707a3c355fae3aa5dedc4ac9fdf9e48678b4c6af
Author: Georg Nebehay <gnebehay at gmail.com>
Date: Wed Jan 25 14:59:53 2017 +0100
Back to development: 0.10.3
---
HISTORY.txt | 6 ++++++
setup.py | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/HISTORY.txt b/HISTORY.txt
index 287e69d..0b9ed1a 100644
--- a/HISTORY.txt
+++ b/HISTORY.txt
@@ -1,6 +1,12 @@
Changelog
=========
+0.10.3 (unreleased)
+-------------------
+
+- Nothing changed yet.
+
+
0.10.2 (2017-01-25)
-------------------
diff --git a/setup.py b/setup.py
index 485315f..714771e 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'
+version = '0.10.3.dev0'
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