Skip to content

Commit

Permalink
Bumping version number
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm committed Oct 4, 2012
1 parent 07f2ebc commit bf23617
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions HISTORY.rst
@@ -1,10 +1,11 @@
.. :changelog:
0.0.3 (forthcoming)
+++++++++++++++++++
0.0.3 (2012-10-04)
++++++++++++++++++

- Fixed rendering bug when ``aspect`` was used with angles other than 45
degrees between nodes.
- Added global ``aspect`` property to the rendering context.
- Fixed the treatment of redundant keyword arguments that matplotlib
allows.

Expand Down
2 changes: 1 addition & 1 deletion daft.py
@@ -1,7 +1,7 @@
__all__ = ["PGM", "Node", "Edge", "Plate"]


__version__ = "0.0.3-dev"
__version__ = "0.0.3"


import matplotlib.pyplot as plt
Expand Down

0 comments on commit bf23617

Please sign in to comment.