Skip to content

Commit

Permalink
Release 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frougon committed May 28, 2015
1 parent 275203a commit 5882e9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -57,13 +57,13 @@ Requirements

* As of version 2.12, the reference implementation of pythondialog
(which this file belongs to) requires Python 3.0 or later in the 3.x
series. pythondialog 3.2.2 has been tested with Python 3.1 and 3.4.
series. pythondialog 3.3.0 has been tested with Python 3.1 and 3.4.

* However, in order to help users who are somehow forced to still use
Python 2 (even though Python 3.0 was released on December 3, 2008), a
backport of the reference implementation to Python 2 has been
prepared. At the time of this writing, the latest pythondialog version
backported this way is 3.2.2. For up-to-date information about this
backported this way is 3.3.0. For up-to-date information about this
backport, please visit the `pythondialog home page`_.

.. _pythondialog home page: http://pythondialog.sourceforge.net/
Expand Down
2 changes: 1 addition & 1 deletion dialog.py
Expand Up @@ -59,7 +59,7 @@ def __repr__(self):
#: Version of pythondialog as a :class:`VersionInfo` instance.
#:
#: .. versionadded:: 2.14
version_info = VersionInfo(3, 2, 2, None)
version_info = VersionInfo(3, 3, 0, None)
#: Version of pythondialog as a string.
#:
#: .. versionadded:: 2.12
Expand Down

0 comments on commit 5882e9a

Please sign in to comment.