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

Andrey Rahmatullin wrar at moszumanska.debian.org
Fri Aug 5 16:28:43 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 1a68eb45764d4be268167ec18d3f699fbad80773
Author: Godefroid Chapelle <gotcha at bubblenet.be>
Date:   Fri Apr 29 18:21:46 2016 +0200

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

diff --git a/HISTORY.txt b/HISTORY.txt
index de21492..0016e36 100644
--- a/HISTORY.txt
+++ b/HISTORY.txt
@@ -1,6 +1,12 @@
 Changelog
 =========
 
+0.10.1 (unreleased)
+-------------------
+
+- Nothing changed yet.
+
+
 0.10.0 (2016-04-29)
 -------------------
 
diff --git a/setup.py b/setup.py
index 108957f..a909287 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.0'
+version = '0.10.1.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