Skip to content

Commit

Permalink
Release v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Sep 9, 2024
1 parent fa9866e commit 100fa26
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.


## [Unreleased]
[Unreleased]: https://github.com/althonos/peptides.py/compare/v0.3.3...HEAD
[Unreleased]: https://github.com/althonos/peptides.py/compare/v0.3.4...HEAD


## [v0.3.4] - 2024-09-09
[v0.3.4]: https://github.com/althonos/peptides.py/compare/v0.3.3...v0.3.4

### Added
- `AshleyFactors` descriptors ([#5](https://github.com/althonos/peptides.py/pull/5), by [@BenSolomon](https://github.com/BenSolomon)).

### Fixed
- `Peptide` methods not being documented in Sphinx documentation.


## [v0.3.3] - 2024-08-26
Expand Down
4 changes: 2 additions & 2 deletions docs/_static/json/switcher.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[
{
"name": "v0.3 (latest)",
"version": "0.3.3",
"url": "https://peptides.readthedocs.io/en/v0.3.3/"
"version": "0.3.4",
"url": "https://peptides.readthedocs.io/en/v0.3.4/"
},
{
"name": "v0.2",
Expand Down
2 changes: 1 addition & 1 deletion peptides/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
_sum = sum

__all__ = ["Peptide", "tables", "datasets"]
__version__ = "0.3.3-post1"
__version__ = "0.3.4"
__author__ = "Martin Larralde <[email protected]>"
__license__ = "GPLv3"
__credits__ = """
Expand Down

0 comments on commit 100fa26

Please sign in to comment.