Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mobiusklein committed Oct 30, 2021
1 parent d6a9c2f commit f033b86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog][Keep a Changelog] and this project adheres to [Semantic Versioning][Semantic Versioning].

## [Unreleased]
## [1.0.4] - 2021-10-29

### Added
1. Added support for writing UND sections using `glypy.io.glycoct`. The previous implementation
Expand Down Expand Up @@ -128,11 +128,12 @@ The format is based on [Keep a Changelog][Keep a Changelog] and this project adh
[Semantic Versioning]: https://semver.org/

<!-- Versions -->
[Unreleased]: https://github.com/mobiusklein/glypy/compare/v1.0.3...HEAD
[Unreleased]: https://github.com/mobiusklein/glypy/compare/v1.0.4...HEAD
[Released]: https://github.com/mobiusklein/glypy/releases
[0.12.6]: https://github.com/mobiusklein/glypy/releases/v0.12.6
[0.12.7]: https://github.com/mobiusklein/glypy/releases/v0.12.7
[1.0.0]: https://github.com/mobiusklein/glypy/releases/v1.0.0
[1.0.1]: https://github.com/mobiusklein/glypy/releases/v1.0.1
[1.0.2]: https://github.com/mobiusklein/glypy/releases/v1.0.2
[1.0.3]: https://github.com/mobiusklein/glypy/releases/v1.0.3
[1.0.3]: https://github.com/mobiusklein/glypy/releases/v1.0.3
[1.0.4]: https://github.com/mobiusklein/glypy/releases/v1.0.4
2 changes: 1 addition & 1 deletion glypy/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.0.3"
version = "1.0.4"

0 comments on commit f033b86

Please sign in to comment.