Skip to content

Commit

Permalink
release v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
raymar9 committed Apr 8, 2022
1 parent 37320bb commit ea4c3e8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions backend/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
smartmeter-datacollector-configurator (1.0.2-1) unstable; urgency=low

* update node version to 16 (LTS)
* update frontend & backend dependencies

-- Supercomputing Systems AG <[email protected]> Fri, 08 Apr 2022 09:16:43 +0200

smartmeter-datacollector-configurator (1.0.1-1) unstable; urgency=low

* don't automatically determine Python package dependencies when building a Debian package
Expand Down
12 changes: 6 additions & 6 deletions backend/debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ echo "#
#
-i https://pypi.org/simple
anyio==3.3.0; python_full_version >= '3.6.2'
asgiref==3.4.1; python_version >= '3.6'
click==8.0.1; python_version >= '3.6'
h11==0.12.0; python_version >= '3.6'
idna==3.2; python_version >= '3.5'
anyio==3.5.0; python_full_version >= '3.6.2'
asgiref==3.5.0; python_version >= '3.7'
click==8.1.1; python_version >= '3.7'
h11==0.13.0; python_version >= '3.6'
idna==3.3; python_version >= '3.5'
pydantic==1.8.2
sniffio==1.2.0; python_version >= '3.5'
starlette==0.16.0
typing-extensions==3.10.0.2
typing-extensions==4.1.1; python_version >= '3.6'
uvicorn==0.15.0" > /tmp/requirements.txt
# install all required dependencies
python3 -m pip install -r /tmp/requirements.txt > /dev/null 2>&1
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.1"
__version__ = "1.0.2"

0 comments on commit ea4c3e8

Please sign in to comment.