Skip to content

Commit

Permalink
Bumped version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Vandenbout committed May 15, 2018
1 parent 92ebfa1 commit 77585d9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ History
______________________

* Added Interface objects for storing complicated sets of I/O signals for subsystems.
* ERC no longer redundantly checks every segment of a multi-segment net and reports multiple errors.
* copy() function of Part, Bus, Pin, Net objects now returns a scalar object while copy(1) returns a list with one object.
* Bus, Pin, and Net objects now have iterators.
* Corrected initialization of KiCad library search paths.


0.0.21 (2018-04-30)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import sys
import setuptools

__version__ = '0.0.21'
__version__ = '0.0.22'
__author__ = 'XESS Corp.'
__email__ = '[email protected]'

Expand Down
2 changes: 1 addition & 1 deletion skidl/pckg_info.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '0.0.21'
__version__ = '0.0.22'
__author__ = 'XESS Corp.'
__email__ = '[email protected]'

0 comments on commit 77585d9

Please sign in to comment.