Skip to content

Commit

Permalink
set version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jfolz committed Aug 10, 2024
1 parent 3ffb481 commit 18e4e5e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [1.0.3] - 2024-08-10
### Added
- Support CPython 3.13


## [1.0.2] - 2024-07-31
### Added
- Allow creation of subclasses of Automaton, Buffer, Map, and Set
Expand Down Expand Up @@ -51,7 +56,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial public release.


[Unreleased]: https://github.com/jfolz/ducer/compare/1.0.2...main
[Unreleased]: https://github.com/jfolz/ducer/compare/1.0.3...main
[1.0.3]: https://github.com/jfolz/ducer/compare/1.0.2...1.0.3
[1.0.2]: https://github.com/jfolz/ducer/compare/1.0.1...1.0.2
[1.0.1]: https://github.com/jfolz/ducer/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/jfolz/ducer/compare/0.2.1...1.0.0
Expand Down
2 changes: 1 addition & 1 deletion ducer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
try:
__version__ = metadata.version("ducer")
except metadata.PackageNotFoundError:
__version__ = "1.0.2"
__version__ = "1.0.3"
del metadata

0 comments on commit 18e4e5e

Please sign in to comment.