summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-01-16 21:22:22 +0200
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-01-16 21:22:22 +0200
commitec67d3adfc1c8dce5dea8b39f8bf17331e9bbc4d (patch)
tree6ff0aead855b459773d9b8d9ca5ce4e2d7284281
parenta9a6b776c05376d59bf3a456cff870fce7a148c6 (diff)
downloadastroid-git-ec67d3adfc1c8dce5dea8b39f8bf17331e9bbc4d.tar.gz
Prepare the release.astroid-1.3.3
-rw-r--r--ChangeLog2
-rw-r--r--astroid/__pkginfo__.py2
-rw-r--r--doc/source/conf.py4
3 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 758784dd..93e5e123 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
Change log for the astroid package (used to be astng)
=====================================================
---
+2015-01-16 -- 1.3.3
* Restore file_stream to a property, but deprecate it in favour of
the newly added method Module.stream. By using a method instead of a
diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py
index 77a66947..74b7c476 100644
--- a/astroid/__pkginfo__.py
+++ b/astroid/__pkginfo__.py
@@ -20,7 +20,7 @@ distname = 'astroid'
modname = 'astroid'
-numversion = (1, 3, 2)
+numversion = (1, 3, 3)
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 34836566..0e8d3f4c 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 = '0.24'
+version = '1.3.3'
# The full version, including alpha/beta/rc tags.
-release = '0.24.4'
+release = '1.3.3'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.