Skip to content

Commit

Permalink
Release version v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
edeca committed Jan 7, 2025
1 parent 8ba5d68 commit 4d5e9f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,5 @@ Check and upload to PyPI, signing with GPG:
* v0.0.3 (23rd October 2019) - Third beta, added support for picture sizes
* v0.1.0 (19th September 2020) - First public release, packaged as a Python module for PyPI
* v0.1.1 (26th January 2024) - Bumped Jinja2 dependency to a current version
* v0.1.2 (7th January 2025) - Bumped Jinja2 dependency to a current version
* v0.1.2 (7th January 2025) - Bumped Jinja2 dependency to a current version
* v0.1.3 (7th January 2025) - Tests fixed and integrated with GitHub actions
2 changes: 1 addition & 1 deletion rtfsig/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

VERSION_MAJOR = 0
VERSION_MINOR = 1
VERSION_PATCH = 2
VERSION_PATCH = 3
VERSION_STRING = ".".join(str(i) for i in [VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH])

0 comments on commit 4d5e9f9

Please sign in to comment.