Skip to content

Commit

Permalink
Bump version to 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
karalekas committed Nov 7, 2019
1 parent cadae56 commit dab7de2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.12.0
2.13.0

0 comments on commit dab7de2

Please sign in to comment.