Skip to content

Commit

Permalink
bumped version. removed volttron-testing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
schandrika committed Oct 1, 2024
1 parent bbec101 commit aa6876b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions config
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"dbname": "test_historian",
"host": "127.0.0.1",
"port": 5432,
"user": "historian",
"password": "historian"
"user": "postgres",
"password": "postgres"
}
}
}
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "volttron-postgresql-historian"
version = "0.1.0"
version = "1.0.0"
description = "VOLTTRON historian agent that stores data in a PostgreSQL database. It extends the SQLHistorian class."
authors = ["VOLTTRON Team <[email protected]>"]
license = "Apache License 2.0"
Expand All @@ -12,7 +12,7 @@ packages = [ { include = "historian", from = "src" } ]

[tool.poetry.dependencies]
python = ">=3.10,<4.0"
volttron-lib-sql-historian="^0.1.1a8"
volttron-lib-sql-historian=">=1.0.0"
psycopg2-binary = "^2.9.5"

[tool.poetry.group.dev.dependencies]
Expand All @@ -29,7 +29,7 @@ coverage = "^6.3.2"
pytest-cov = "^3.0.0"
Sphinx = "^6.0.0"
sphinx-rtd-theme = "^1.2.0"
volttron-testing = "^0.4.0rc3"
#volttron-testing = "^0.4.0rc3"

[tool.yapfignore]
ignore_patterns = [
Expand Down

0 comments on commit aa6876b

Please sign in to comment.