Maintenance release. No documentation content changed.
Fixed
- The version was out of sync in three places.
package.json,CITATION.cff
and the README BibTeX block all still said 1.0.0 after the v1.1.0 release.
Anyone citing the repository cited the wrong version. date-releasedinCITATION.cffwas stale for the same reason.
Added
- A
bump-versionscript that sets the version in every file that carries one,
including the README BibTeX block, which nothing reads and which is the
reason the drift went unnoticed.