Skip to content

Commit

Permalink
Prepare 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PCManticore committed Nov 6, 2019
1 parent d5937ef commit ace7b29
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
astroid's ChangeLog
===================

What's New in astroid 2.3.3?
============================
Release Date: 2019-11-06

* Relaxed `six` dependency.


What's New in astroid 2.3.2?
============================
Release Date: 2019-10-18
Expand Down
2 changes: 1 addition & 1 deletion astroid/__pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

"""astroid packaging information"""

version = "2.3.2"
version = "2.3.3"
numversion = tuple(int(elem) for elem in version.split(".") if elem.isdigit())

extras_require = {}
Expand Down

0 comments on commit ace7b29

Please sign in to comment.