Skip to content

Commit

Permalink
chore(release): v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLostLambda committed Nov 6, 2023
1 parent cf4a2ca commit 6fc96b9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.1] - 2023-11-06

### Changed

- Changed cross-linking modifications to read donor-acceptor (#249)

## [1.1.0] - 2023-10-15

### Added
Expand Down Expand Up @@ -58,7 +64,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Let there be peptidoglycan.

[Unreleased]: https://github.com/Mesnage-Org/pgfinder/compare/v1.1.0...HEAD
[Unreleased]: https://github.com/Mesnage-Org/pgfinder/compare/v1.1.1...HEAD
[1.1.1]: https://github.com/Mesnage-Org/pgfinder/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/Mesnage-Org/pgfinder/compare/v1.0.3...v1.1.0
[1.0.3]: https://github.com/Mesnage-Org/pgfinder/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/Mesnage-Org/pgfinder/compare/v1.0.1...v1.0.2
Expand Down
2 changes: 1 addition & 1 deletion web/src/lib/pgfinder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let pyodide: PyodideInterface;
pyodide.registerJsModule('pyio', pyio);
await pyodide.loadPackage(['micropip', 'sqlite3']);
const micropip = pyodide.pyimport('micropip');
await micropip.install('pgfinder==1.1.0');
await micropip.install('pgfinder==1.1.1');
await pyodide.runPythonAsync('import pgfinder; from pgfinder.gui.shim import *');

const pgfinderVersion = await pyodide.runPythonAsync('pgfinder.__version__');
Expand Down

0 comments on commit 6fc96b9

Please sign in to comment.