Skip to content

Commit

Permalink
Prepared a new version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidusb-geek committed Jun 29, 2023
1 parent 6eb007b commit 0467dd2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,13 @@
[0.4.4]: https://github.com/davidusb-geek/emhass/releases/tag/v0.4.4
[0.4.5]: https://github.com/davidusb-geek/emhass/releases/tag/v0.4.5
[0.4.6]: https://github.com/davidusb-geek/emhass/releases/tag/v0.4.6
[0.4.7]: https://github.com/davidusb-geek/emhass/releases/tag/v0.4.7
[0.4.8]: https://github.com/davidusb-geek/emhass/releases/tag/v0.4.8
[0.4.9]: https://github.com/davidusb-geek/emhass/releases/tag/v0.4.9
[0.4.10]: https://github.com/davidusb-geek/emhass/releases/tag/v0.4.10
[0.4.11]: https://github.com/davidusb-geek/emhass/releases/tag/v0.4.11
[0.4.12]: https://github.com/davidusb-geek/emhass/releases/tag/v0.4.12
[0.4.13]: https://github.com/davidusb-geek/emhass/releases/tag/v0.4.13

# Notes
All notable changes to this project will be documented in this file.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'David HERNANDEZ'

# The full version, including alpha/beta/rc tags
release = '0.4.12'
release = '0.4.13'

# -- General configuration ---------------------------------------------------

Expand Down
10 changes: 3 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,19 @@

setup(
name='emhass', # Required
version='0.4.12', # Required
version='0.4.13', # Required
description='An Energy Management System for Home Assistant', # Optional
long_description=long_description, # Optional
long_description_content_type='text/markdown', # Optional (see note above)
url='https://github.com/davidusb-geek/emhass', # Optional
author='David HERNANDEZ', # Optional
author_email='[email protected]', # Optional
classifiers=[ # Optional
# How mature is this project? Common values are
# 3 - Alpha
# 4 - Beta
# 5 - Production/Stable
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Topic :: Software Development :: Build Tools',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.10',
"Operating System :: OS Independent",
],
keywords='energy, management, optimization, hass', # Optional
Expand Down

0 comments on commit 0467dd2

Please sign in to comment.