Skip to content

Commit

Permalink
Version up to 0.4.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkwiatkowski committed Feb 28, 2010
1 parent a74fcb0 commit 4492ba2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions Changelog
@@ -1,6 +1,16 @@
Changelog Changelog
========= =========


0.4.3
-----

* Pythoscope now ignores application and test modules it could not inspect (`#487138 <https://bugs.launchpad.net/bugs/487138>`_ `#462849 <https://bugs.launchpad.net/bugs/462849>`_).
* Improved generation of assertions for functions with varargs and kwargs (`#475414 <https://bugs.launchpad.net/bugs/475414>`_ `#475409 <https://bugs.launchpad.net/bugs/475409>`_).
* Pythoscope will no longer generate two test cases with the same name (`#475504 <https://bugs.launchpad.net/bugs/475504>`_).
* Installation package now contains all essential files (`#481238 <https://bugs.launchpad.net/bugs/481238>`_).
* Pythoscope now properly handles string exceptions thrown inside entry points (`#522364 <https://bugs.launchpad.net/bugs/522364>`_).
* Entry points are now run with the current directory being the project root (`#524352 <https://bugs.launchpad.net/bugs/524352>`_).

0.4.2 0.4.2
----- -----


Expand Down
2 changes: 1 addition & 1 deletion README
Expand Up @@ -6,7 +6,7 @@ Easiest way to get Pythoscope is via setuptools::
$ easy_install pythoscope $ easy_install pythoscope


You can also download a source package from You can also download a source package from
http://pythoscope.org/local--files/download/pythoscope-0.4.2.tar.gz http://pythoscope.org/local--files/download/pythoscope-0.4.3.tar.gz
or get a copy of a development branch using `bazaar <http://bazaar-vcs.org/>`_:: or get a copy of a development branch using `bazaar <http://bazaar-vcs.org/>`_::


$ bzr branch lp:pythoscope $ bzr branch lp:pythoscope
Expand Down
2 changes: 1 addition & 1 deletion pythoscope/__init__.py
Expand Up @@ -13,7 +13,7 @@
from compat import samefile from compat import samefile




__version__ = '0.4.2' __version__ = '0.4.3'


BUGTRACKER_URL = "https://bugs.launchpad.net/pythoscope" BUGTRACKER_URL = "https://bugs.launchpad.net/pythoscope"
USAGE = """Pythoscope usage: USAGE = """Pythoscope usage:
Expand Down

0 comments on commit 4492ba2

Please sign in to comment.