From dab7de28a7107b451544cab2b2b82d7c2250f9d7 Mon Sep 17 00:00:00 2001 From: Peter Karalekas Date: Thu, 7 Nov 2019 08:59:43 -0800 Subject: [PATCH] Bump version to 2.13.0 --- CHANGELOG.md | 7 ++++--- Dockerfile | 4 ++-- VERSION.txt | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 265933dc1..ae3e1c23c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ Changelog ========= -[v2.13](https://github.com/rigetti/pyquil/compare/v2.12.0...master) (in development) ------------------------------------------------------------------------------------ +[v2.13](https://github.com/rigetti/pyquil/compare/v2.12.0...v2.13.0) (November 7, 2019) +--------------------------------------------------------------------------------------- ### Announcements @@ -18,7 +18,8 @@ Changelog pyQuil programs: `pyquil.latex.to_latex` generates human-readable LaTeX output expressing a `Program` as a circuit diagram, and `pyquil.latex.display` renders a `Program` as an `IPython.display.Image` for - inline viewing in Jupyter Notebooks (@kilimanjaro, gh-1074). + inline viewing in Jupyter Notebooks. Learn more about these features in the + [new example notebook](examples/LaTeXQuilCircuits.ipynb) (@kilimanjaro, gh-1074). ### Improvements and Changes diff --git a/Dockerfile b/Dockerfile index 203cc9e7c..9257376c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # specify the dependency versions (can be overriden with --build-arg) -ARG quilc_version=1.12.1 -ARG qvm_version=1.12.0 +ARG quilc_version=1.13.0 +ARG qvm_version=1.13.0 ARG python_version=3.6 # use multi-stage builds to independently pull dependency versions diff --git a/VERSION.txt b/VERSION.txt index d8b698973..fb2c0766b 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -2.12.0 +2.13.0