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
commit20c1fe865fa511cfbe406edbdff7c5e5b5604f0c (patch)
tree925beef299ccf32fbe41d6fce9eb8545bb1f530a
parentcd62ab5b363e00226a91ac50229bcfe4a4b9bb2e (diff)
downloadastroid-20c1fe865fa511cfbe406edbdff7c5e5b5604f0c.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 758784d..93e5e12 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 77a6694..74b7c47 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 3483656..0e8d3f4 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.