Skip to content

Commit

Permalink
bump to version 1.0.10 for compat with QOBase 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Krastanov committed May 25, 2023
1 parent 734c779 commit 03ccf40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "QuantumOptics"
uuid = "6e0679c1-51ea-5a7c-ac74-d61b76210b0c"
version = "v1.0.9"
version = "v1.0.10"

[deps]
Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97"
Expand Down

3 comments on commit 03ccf40

@Krastanov
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@david-pl , @amilsted , I apologize for this commit, it should have been a pull request (I usually directly edit on github and submit a pull request through the web interface, but the master branch was not protected here and the commit defaulted to it instead of making a PR).

Anyway, the point of the PR would have been to ask you whether you can make a release so that downstream projects can take advantage of the new LazyTensor functionality in QuantumOpticsBase

@amilsted
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/84295

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.0.10 -m "<description of version>" 03ccf4072d9280641eddc1c6218d7aff44c3e23e
git push origin v1.0.10

Please sign in to comment.