[Python-modules-commits] [ipdb] 01/11: Back to development: 0.10.2

Andrey Rahmatullin wrar at moszumanska.debian.org
Thu Jan 18 17:50:19 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 70d40ffa99026e06fd514dc3830930917fad2e40
Author: Godefroid Chapelle <gotcha at bubblenet.be>
Date:   Tue Jun 14 23:08:28 2016 +0200

    Back to development: 0.10.2
---
 HISTORY.txt | 6 ++++++
 setup.py    | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/HISTORY.txt b/HISTORY.txt
index d8c971a..fd97a31 100644
--- a/HISTORY.txt
+++ b/HISTORY.txt
@@ -1,6 +1,12 @@
 Changelog
 =========
 
+0.10.2 (unreleased)
+-------------------
+
+- Nothing changed yet.
+
+
 0.10.1 (2016-06-14)
 -------------------
 
diff --git a/setup.py b/setup.py
index 85055a4..385846d 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'
+version = '0.10.2.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