diff --git a/HISTORY.rst b/HISTORY.rst
index 093e0eaa..dfaa6cbe 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -3,7 +3,7 @@
History
-------
-0.0.29 (2020-01-24)
+0.0.29 (2020-01-30)
______________________
* Added XSPICE parts capability to SPICE simulations.
diff --git a/docs/_posts/2020-01-30-xspice-capability.markdown b/docs/_posts/2020-01-30-xspice-capability.markdown
new file mode 100644
index 00000000..2a1916cd
--- /dev/null
+++ b/docs/_posts/2020-01-30-xspice-capability.markdown
@@ -0,0 +1,16 @@
+---
+layout: post
+title: xspice capability
+date: 2020-01-30T09:01:10-05:00
+author:
+ name: Dave Vandenbout
+ photo: devb-pic.jpg
+ email: devb@xess.com
+ description: Relax, I do this stuff for a living.
+category: blog
+permalink: blog/xspice-capability
+---
+
+[Somebody asked about using XSPICE components](https://github.com/xesscorp/skidl/issues/76) in SPICE simulations with SKiDL.
+That wasn't possible since [PySpice](https://pyspice.fabrice-salvaire.fr/) didn't really support these when I [built the interface](https://xesscorp.github.io/skidl/docs/_site/blog/spice-simulation).
+So I added XSPICE parts to the [SKiDL SPICE interface](https://github.com/xesscorp/skidl/blob/master/examples/spice-sim-intro/spice-sim-intro.ipynb) and released it as [SKiDL 0.0.29](https://pypi.org/project/skidl/).
diff --git a/docs/_site/api.html b/docs/_site/api.html
index 1dd67814..45149581 100644
--- a/docs/_site/api.html
+++ b/docs/_site/api.html
@@ -168,6 +168,19 @@
Somebody asked about using XSPICE components in SPICE simulations with SKiDL. That wasn’t possible since PySpice didn’t really support these when I built the interface. So I added XSPICE parts to the SKiDL SPICE interface and released it as SKiDL...
I really wanted to call this post Five Easy Pieces, but I’m not Jack Nicholson and I only had two simple SKiDL designs to show. So here they are. LED Clock DougE recently posted a script that will layout a...