summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-01-17 01:02:07 +0200
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-01-17 01:02:07 +0200
commitcce4c0da2ee3697355bd19394d78e2f18962bacb (patch)
treec6c6eef83e26914a44a94cede99cd87569788e8f
parent0653f464058d36b599848f3c3d5de4dcd8f869ab (diff)
downloadastroid-git-cce4c0da2ee3697355bd19394d78e2f18962bacb.tar.gz
Prepare a new micro release.astroid-1.3.4
-rw-r--r--ChangeLog3
-rw-r--r--astroid/__pkginfo__.py2
-rw-r--r--doc/source/conf.py4
3 files changed, 5 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 540f828c..9c86737d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
Change log for the astroid package (used to be astng)
=====================================================
---
+2015-01-17 -- 1.3.4
+
* Get the first element from the method list when obtaining
the functions from nose.tools.trivial. Closes Pylint issue #448.
diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py
index 74b7c476..0c924149 100644
--- a/astroid/__pkginfo__.py
+++ b/astroid/__pkginfo__.py
@@ -20,7 +20,7 @@ distname = 'astroid'
modname = 'astroid'
-numversion = (1, 3, 3)
+numversion = (1, 3, 4)
version = '.'.join([str(num) for num in numversion])
install_requires = ['logilab-common >= 0.60.0', 'six']
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 0e8d3f4c..980fd31e 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -48,9 +48,9 @@ copyright = u'2013, Logilab S.A.'
# built documents.
#
# The short X.Y version.
-version = '1.3.3'
+version = '1.3.4'
# The full version, including alpha/beta/rc tags.
-release = '1.3.3'
+release = '1.3.4'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.