diff --git a/.dockerignore b/.dockerignore index a66f82ca0..3432d451a 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,14 +1,14 @@ +docs .coveragerc +.flake8 .git -.gitlab-ci.yml .gitignore +.gitlab-ci.yml .github -docs ACKNOWLEDGEMENTS.md CHANGELOG.md CONTRIBUTING.md Makefile MANIFEST.in +mypy.ini NOTICE.md -readthedocs.yml -tox.ini diff --git a/CHANGELOG.md b/CHANGELOG.md index 566abb4c7..7750d87dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ Changelog ========= -[v2.15](https://github.com/rigetti/pyquil/compare/v2.14.0...master) (in development) ------------------------------------------------------------------------------------- +[v2.15](https://github.com/rigetti/pyquil/compare/v2.14.0...master) (December 20, 2019) +--------------------------------------------------------------------------------------- ### Announcements diff --git a/VERSION.txt b/VERSION.txt index edcfe40d1..68e69e405 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -2.14.0 +2.15.0