Skip to content

Commit

Permalink
v2023.6.0 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
untzag authored Jun 2, 2023
1 parent cf0f78b commit 0955580
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions 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/).

## [Unreleased]

## [2023.6.0

### Fixed
- VERSION is now a python file so that it can be recognized by pyinstaller

## [2023.5.0]

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion hart_protocol/VERSION.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2023.5.0"
__version__ = "2023.6.0"
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description-file = "README.md"
requires-python = ">=3.7"
requires = []
classifiers = [
"Development Status :: 2 - Pre-Alpha",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
"Natural Language :: English",
Expand All @@ -20,6 +20,7 @@ classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Scientific/Engineering",
]

Expand Down

0 comments on commit 0955580

Please sign in to comment.